summaryrefslogtreecommitdiff
path: root/lib/share.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-01-29 10:14:20 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-01-29 10:14:20 +0000
commita7c72b7abf1213c471f3fd11e6b8e3a37d526f60 (patch)
tree845a61d55ba6766af25c7195cc4059ec0d16ab68 /lib/share.h
parent409ac80710d8eea7158bef8154350163506cc263 (diff)
downloadcurl-a7c72b7abf1213c471f3fd11e6b8e3a37d526f60.tar.gz
removed the local variables for emacs and vim, use the new sample.emacs
way for emacs, and vim users should provide a similar non-polluting style
Diffstat (limited to 'lib/share.h')
-rw-r--r--lib/share.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/share.h b/lib/share.h
index ff364645b..ea6f2f1ce 100644
--- a/lib/share.h
+++ b/lib/share.h
@@ -42,11 +42,3 @@ CURLSHcode Curl_share_aquire_lock (struct SessionHandle *, curl_lock_data);
CURLSHcode Curl_share_release_lock (struct SessionHandle *, curl_lock_data);
#endif /* __CURL_SHARE_H */
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */