aboutsummaryrefslogtreecommitdiff
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
parent409ac80710d8eea7158bef8154350163506cc263 (diff)
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
-rw-r--r--lib/base64.c8
-rw-r--r--lib/content_encoding.c8
-rw-r--r--lib/content_encoding.h8
-rw-r--r--lib/cookie.c8
-rw-r--r--lib/dict.c8
-rw-r--r--lib/easy.c8
-rw-r--r--lib/escape.c8
-rw-r--r--lib/file.c8
-rw-r--r--lib/formdata.c8
-rw-r--r--lib/ftp.c8
-rw-r--r--lib/getenv.c8
-rw-r--r--lib/getinfo.c8
-rw-r--r--lib/getpass.c8
-rw-r--r--lib/hash.h8
-rw-r--r--lib/hostip.c9
-rw-r--r--lib/http.c9
-rw-r--r--lib/http_chunks.c8
-rw-r--r--lib/if2ip.c8
-rw-r--r--lib/krb4.c8
-rw-r--r--lib/ldap.c8
-rw-r--r--lib/memdebug.c8
-rw-r--r--lib/mprintf.c8
-rw-r--r--lib/multi.c8
-rw-r--r--lib/netrc.c8
-rw-r--r--lib/progress.c8
-rw-r--r--lib/security.c8
-rw-r--r--lib/sendf.c9
-rw-r--r--lib/share.c9
-rw-r--r--lib/share.h8
-rw-r--r--lib/speedcheck.c8
-rw-r--r--lib/ssluse.c8
-rw-r--r--lib/strequal.c8
-rw-r--r--lib/strtok.c8
-rw-r--r--lib/telnet.c8
-rw-r--r--lib/timeval.c8
-rw-r--r--lib/transfer.c8
-rw-r--r--lib/url.c8
-rw-r--r--lib/version.c8
38 files changed, 0 insertions, 308 deletions
diff --git a/lib/base64.c b/lib/base64.c
index 29be18bd0..9706c74fb 100644
--- a/lib/base64.c
+++ b/lib/base64.c
@@ -266,11 +266,3 @@ void *suck(int *lenptr)
return (void *)buf;
}
#endif
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */
diff --git a/lib/content_encoding.c b/lib/content_encoding.c
index bec0cbf43..5abb6e8cf 100644
--- a/lib/content_encoding.c
+++ b/lib/content_encoding.c
@@ -112,11 +112,3 @@ Curl_unencode_deflate_write(struct SessionHandle *data,
}
}
#endif /* HAVE_LIBZ */
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */
diff --git a/lib/content_encoding.h b/lib/content_encoding.h
index 1429fa060..c55b3d73e 100644
--- a/lib/content_encoding.h
+++ b/lib/content_encoding.h
@@ -24,11 +24,3 @@
CURLcode Curl_unencode_deflate_write(struct SessionHandle *data,
struct Curl_transfer_keeper *k,
ssize_t nread);
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */
diff --git a/lib/cookie.c b/lib/cookie.c
index d6d3ded60..931b56f39 100644
--- a/lib/cookie.c
+++ b/lib/cookie.c
@@ -768,11 +768,3 @@ int main(int argc, char **argv)
#endif
#endif /* CURL_DISABLE_HTTP */
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */
diff --git a/lib/dict.c b/lib/dict.c
index f1cee4dcd..073814089 100644
--- a/lib/dict.c
+++ b/lib/dict.c
@@ -231,11 +231,3 @@ CURLcode Curl_dict(struct connectdata *conn)
return CURLE_OK;
}
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */
diff --git a/lib/easy.c b/lib/easy.c
index 2f8695349..7c571e6ce 100644
--- a/lib/easy.c
+++ b/lib/easy.c
@@ -333,11 +333,3 @@ CURL *curl_easy_duphandle(CURL *incurl)
return outcurl;
}
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */
diff --git a/lib/escape.c b/lib/escape.c
index 05606cbdc..4dfdfa9a8 100644
--- a/lib/escape.c
+++ b/lib/escape.c
@@ -113,11 +113,3 @@ void curl_free(void *p)
{
free(p);
}
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */
diff --git a/lib/file.c b/lib/file.c
index faa32c879..307ccd89c 100644
--- a/lib/file.c
+++ b/lib/file.c
@@ -211,12 +211,4 @@ CURLcode Curl_file(struct connectdata *conn)
return res;
}
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */
#endif
diff --git a/lib/formdata.c b/lib/formdata.c
index a9a4b762d..5e961440a 100644
--- a/lib/formdata.c
+++ b/lib/formdata.c
@@ -1596,11 +1596,3 @@ int main(int argc, char **argv)
#endif
#endif /* CURL_DISABLE_HTTP */
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */
diff --git a/lib/ftp.c b/lib/ftp.c
index 42cfc2189..e9165e700 100644
--- a/lib/ftp.c
+++ b/lib/ftp.c
@@ -2188,12 +2188,4 @@ CURLcode Curl_ftp_disconnect(struct connectdata *conn)
return CURLE_OK;
}
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */
-
#endif /* CURL_DISABLE_FTP */
diff --git a/lib/getenv.c b/lib/getenv.c
index 41d7f1560..f5459072c 100644
--- a/lib/getenv.c
+++ b/lib/getenv.c
@@ -67,11 +67,3 @@ char *curl_getenv(const char *v)
{
return GetEnv(v);
}
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */
diff --git a/lib/getinfo.c b/lib/getinfo.c
index bc59f61de..c05ec6ec4 100644
--- a/lib/getinfo.c
+++ b/lib/getinfo.c
@@ -166,11 +166,3 @@ CURLcode Curl_getinfo(struct SessionHandle *data, CURLINFO info, ...)
}
return CURLE_OK;
}
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */
diff --git a/lib/getpass.c b/lib/getpass.c
index 481578911..118579e69 100644
--- a/lib/getpass.c
+++ b/lib/getpass.c
@@ -224,11 +224,3 @@ char *getpass(const char *prompt)
return getpass_r(prompt, buf, sizeof(buf));
}
#endif
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */
diff --git a/lib/hash.h b/lib/hash.h
index e1e1aa0c3..e0b826304 100644
--- a/lib/hash.h
+++ b/lib/hash.h
@@ -58,11 +58,3 @@ void Curl_hash_clean_with_criterium(curl_hash *h, void *user, int (*comp)(void *
void Curl_hash_destroy(curl_hash *h);
#endif
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */
diff --git a/lib/hostip.c b/lib/hostip.c
index 420243f61..d5f32fd49 100644
--- a/lib/hostip.c
+++ b/lib/hostip.c
@@ -718,12 +718,3 @@ static Curl_addrinfo *my_getaddrinfo(struct SessionHandle *data,
}
#endif /* end of IPv4-specific code */
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */
-
diff --git a/lib/http.c b/lib/http.c
index 21ca98b40..03f7b91d6 100644
--- a/lib/http.c
+++ b/lib/http.c
@@ -1179,13 +1179,4 @@ CURLcode Curl_http(struct connectdata *conn)
return CURLE_OK;
}
-
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */
#endif
diff --git a/lib/http_chunks.c b/lib/http_chunks.c
index b949a8c26..60f0aa2cd 100644
--- a/lib/http_chunks.c
+++ b/lib/http_chunks.c
@@ -248,12 +248,4 @@ CHUNKcode Curl_httpchunk_read(struct connectdata *conn,
}
return CHUNKE_OK;
}
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */
#endif /* CURL_DISABLE_HTTP */
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
- */
diff --git a/lib/krb4.c b/lib/krb4.c
index 8516e62a6..cb4fbc0d2 100644
--- a/lib/krb4.c
+++ b/lib/krb4.c
@@ -404,11 +404,3 @@ CURLcode Curl_krb_kauth(struct connectdata *conn)
#endif /* KRB4 */
#endif /* CURL_DISABLE_FTP */
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */
diff --git a/lib/ldap.c b/lib/ldap.c
index 05ab5ba71..d026f00ce 100644
--- a/lib/ldap.c
+++ b/lib/ldap.c
@@ -222,12 +222,4 @@ CURLcode Curl_ldap(struct connectdata *conn)
return status;
}
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */
#endif
diff --git a/lib/memdebug.c b/lib/memdebug.c
index 089572dea..c06296910 100644
--- a/lib/memdebug.c
+++ b/lib/memdebug.c
@@ -221,11 +221,3 @@ int curl_fclose(FILE *file, int line, const char *source)
int VOID_VAR_MEMDEBUG;
#endif
#endif /* MALLOCDEBUG */
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */
diff --git a/lib/mprintf.c b/lib/mprintf.c
index 1a908b3f2..08a98c796 100644
--- a/lib/mprintf.c
+++ b/lib/mprintf.c
@@ -1180,11 +1180,3 @@ int main()
}
#endif
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */
diff --git a/lib/multi.c b/lib/multi.c
index a9a9d8814..7ac984f7f 100644
--- a/lib/multi.c
+++ b/lib/multi.c
@@ -557,11 +557,3 @@ CURLMsg *curl_multi_info_read(CURLM *multi_handle, int *msgs_in_queue)
else
return NULL;
}
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */
diff --git a/lib/netrc.c b/lib/netrc.c
index 2824788bc..0c0db6e11 100644
--- a/lib/netrc.c
+++ b/lib/netrc.c
@@ -241,11 +241,3 @@ int main(int argc, char **argv)
}
#endif
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */
diff --git a/lib/progress.c b/lib/progress.c
index 6b368ba57..414ee2c1f 100644
--- a/lib/progress.c
+++ b/lib/progress.c
@@ -391,11 +391,3 @@ int Curl_pgrsUpdate(struct connectdata *conn)
return 0;
}
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */
diff --git a/lib/security.c b/lib/security.c
index c8add6991..079975154 100644
--- a/lib/security.c
+++ b/lib/security.c
@@ -480,11 +480,3 @@ Curl_sec_end(struct connectdata *conn)
#endif /* KRB4 */
#endif /* CURL_DISABLE_FTP */
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */
diff --git a/lib/sendf.c b/lib/sendf.c
index dae58496b..7901108c1 100644
--- a/lib/sendf.c
+++ b/lib/sendf.c
@@ -412,12 +412,3 @@ int Curl_debug(struct SessionHandle *data, curl_infotype type,
}
return 0;
}
-
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */
diff --git a/lib/share.c b/lib/share.c
index 6c5d9aa0b..dcf7e90bb 100644
--- a/lib/share.c
+++ b/lib/share.c
@@ -139,12 +139,3 @@ Curl_share_release_lock(struct SessionHandle *data, curl_lock_data type)
return CURLSHE_OK;
}
-
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */
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
- */
diff --git a/lib/speedcheck.c b/lib/speedcheck.c
index e57791509..f61443848 100644
--- a/lib/speedcheck.c
+++ b/lib/speedcheck.c
@@ -68,11 +68,3 @@ CURLcode Curl_speedcheck(struct SessionHandle *data,
}
return CURLE_OK;
}
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */
diff --git a/lib/ssluse.c b/lib/ssluse.c
index 544f09e94..d1a0f3f53 100644
--- a/lib/ssluse.c
+++ b/lib/ssluse.c
@@ -996,11 +996,3 @@ Curl_SSLConnect(struct connectdata *conn)
#endif
return retcode;
}
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */
diff --git a/lib/strequal.c b/lib/strequal.c
index 382feedae..04e0c9788 100644
--- a/lib/strequal.c
+++ b/lib/strequal.c
@@ -111,11 +111,3 @@ size_t Curl_strlcat(char *dst, const char *src, size_t siz)
return(dlen + (s - src)); /* count does not include NUL */
}
#endif
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */
diff --git a/lib/strtok.c b/lib/strtok.c
index a04227b4d..62bfe4755 100644
--- a/lib/strtok.c
+++ b/lib/strtok.c
@@ -64,11 +64,3 @@ 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: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */
diff --git a/lib/telnet.c b/lib/telnet.c
index 3cd0a7106..fae4926cd 100644
--- a/lib/telnet.c
+++ b/lib/telnet.c
@@ -1219,12 +1219,4 @@ CURLcode Curl_telnet(struct connectdata *conn)
return code;
}
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */
#endif
diff --git a/lib/timeval.c b/lib/timeval.c
index 78c7f4449..7ab711631 100644
--- a/lib/timeval.c
+++ b/lib/timeval.c
@@ -97,11 +97,3 @@ long Curl_tvlong (struct timeval t1)
{
return t1.tv_sec;
}
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */
diff --git a/lib/transfer.c b/lib/transfer.c
index 6085cb45b..413eaeba2 100644
--- a/lib/transfer.c
+++ b/lib/transfer.c
@@ -1681,11 +1681,3 @@ Curl_Transfer(struct connectdata *c_conn, /* connection data */
return CURLE_OK;
}
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */
diff --git a/lib/url.c b/lib/url.c
index de5217d53..628f3b12a 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -2978,11 +2978,3 @@ CURLcode Curl_do_more(struct connectdata *conn)
return result;
}
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */
diff --git a/lib/version.c b/lib/version.c
index 2175dbd72..4a9beb097 100644
--- a/lib/version.c
+++ b/lib/version.c
@@ -199,11 +199,3 @@ curl_version_info_data *curl_version_info(CURLversion stamp)
return &version_info;
}
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */