aboutsummaryrefslogtreecommitdiff
path: root/lib/strtok.c
diff options
context:
space:
mode:
authorSterling Hughes <sterling@bumblebury.com>2001-09-07 04:01:32 +0000
committerSterling Hughes <sterling@bumblebury.com>2001-09-07 04:01:32 +0000
commit6147879837a53d22c9be04e7a4fc315a297ba2b3 (patch)
tree22589e7eedbd51f6f57a9e3f89349064d4e606cf /lib/strtok.c
parente2e3c95d3b2e34e9119f966937e90c741e2abba0 (diff)
Added formatting sections for emacs and vim
Diffstat (limited to 'lib/strtok.c')
-rw-r--r--lib/strtok.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/strtok.c b/lib/strtok.c
index a1525df02..b80bdb138 100644
--- a/lib/strtok.c
+++ b/lib/strtok.c
@@ -65,3 +65,10 @@ Curl_strtok_r(char *ptr, const char *sep, char **end)
#endif /* this was only compiled if strtok_r wasn't present */
+/*
+ * local variables:
+ * eval: (load-file "../curl-mode.el")
+ * end:
+ * vim600: et sw=2 ts=2 sts=2 tw=78 fdm=marker
+ * vim<600: et sw=2 ts=2 sts=2 tw=78
+ */