diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-01-29 10:14:20 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-01-29 10:14:20 +0000 |
commit | a7c72b7abf1213c471f3fd11e6b8e3a37d526f60 (patch) | |
tree | 845a61d55ba6766af25c7195cc4059ec0d16ab68 /lib/if2ip.c | |
parent | 409ac80710d8eea7158bef8154350163506cc263 (diff) | |
download | curl-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/if2ip.c')
-rw-r--r-- | lib/if2ip.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/if2ip.c b/lib/if2ip.c index 05ed0caa5..5975a3ad2 100644 --- a/lib/if2ip.c +++ b/lib/if2ip.c @@ -124,11 +124,3 @@ char *Curl_if2ip(char *interface, char *buf, int buf_size) #else #define if2ip(x) NULL #endif - -/* - * local variables: - * eval: (load-file "../curl-mode.el") - * end: - * vim600: fdm=marker - * vim: et sw=2 ts=2 sts=2 tw=78 - */ |