diff --git a/lib/base64.c b/lib/base64.c index 29be18bd06823a225af27506c986fba503ccb245..9706c74fbe38a9fd5908517d94479f5b6ea20a1e 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 bec0cbf4366d4f2e974e8e0fd0fa32f75c8d46c2..5abb6e8cf1a5b8338c4f3b4cac6c281a75e759f4 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 1429fa06009921ffa85fc3f35f0e204218b82b07..c55b3d73e0f7b6e0679a77167b62aa2e33839292 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 d6d3ded60eb6e5ebacc4fa8ce6f89472fdcfc3cc..931b56f39eb3bf516a6fd7d10c27793cf27c2921 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 f1cee4dcdfd043a3d47fd4806c5c651d0ab5d5cd..07381408991ae8d92222386f7e7f15f68bfd7496 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 2f8695349e3f778b6615479d1116a7f38633ebed..7c571e6ce78c6c203bcea708c96ff22ad86bc68c 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 05606cbdc0983ac05b87affa724be38f09838c1a..4dfdfa9a830b73d36f7313452e88039ce1a3bd88 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 faa32c879068853cb2333c801ba590952650050a..307ccd89c58c6c7c414b5f9cea1aa04d59cf1ee0 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 a9a4b762da563dc05bdc63931ca638d7606b579b..5e961440aee47face19645fe6aa905967dafb15e 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 42cfc21891e756da92476f3c0731eba1d0f9caee..e9165e7003c0bfb5fd53df902d96535a439de4a8 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 41d7f1560a6e15bb67e58155decb055cb7cec971..f5459072cbe4cdbb4e0790f332f754d8b0b114b1 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 bc59f61de26beeb487e187a88c98d66377f4398c..c05ec6ec4264dc0ff7fb4ca2e5298d7220c33088 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 481578911c5b933032b4da86d2ee9527400f3526..118579e6986f55192cf1e56d24a13bc426ca9dae 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 e1e1aa0c3790d7265f775245c3fb2be089bd3857..e0b8263044252ae1e22d80c1b2a2b4dd4bd0dc6f 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 420243f61f83d6db0f7361d80bfd3abfc4e80f39..d5f32fd49d5f31876bea67bb631708d2da117b8c 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 21ca98b40999866f4adbffca18504a2cca44bfd9..03f7b91d64a51fea58d2773d87a3f7898f1daf23 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 b949a8c2643775ab4860be9b1df0fb386616a43b..60f0aa2cd31b0172596d1659bec9add53d86672d 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 05ed0caa52abc20570e22c54d7f32372861217d9..5975a3ad2408f3d6af9eb872205ce9c638f7fe51 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 8516e62a6bacf3f33695fe20f7703b44f3fe56ed..cb4fbc0d2292c547356f35a9a3c6e4b004c636b2 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 05ab5ba718fb566a4d9638101e6b28a488f4a4e4..d026f00cea3e39a67aea5e6fdec3724764ef9621 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 089572dea0448bc9af792da08ba256406aa86e34..c0629691078af8aeeca77596a31464440265d5dd 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 1a908b3f246db38bcaf6167555268d8ef6ddca4f..08a98c7962fa61958a7e3904e2acb8c50ffe21a8 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 a9a9d8814e214983fd1fe8495cd1d997ad8787f5..7ac984f7f7ad4d1767510a3431e0bfcd0caa9840 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 2824788bc71d0c125f753193393a4dcf377d3555..0c0db6e113cb354dd58f344c8a31a62d1b396f02 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 6b368ba57a9f09d1ac169862910e79ac338ee544..414ee2c1f2f8203cb41bbed4b7bdb7fd95ad10db 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 c8add69917af9708b7490617cc3acbef7709512e..079975154c588da975e6aaaf5548a88c7ade78eb 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 dae58496bf49c56b8256b411b34625988300450e..7901108c12b0e2236387fb8d9fbc6a503349bfc4 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 6c5d9aa0b7898b37ce4fa0f6ae0cc73e521067ce..dcf7e90bbcccd505a85c651aa9f1e1738e5356c6 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 ff364645b9b67b94fc670e37680df5c57b7394ca..ea6f2f1ceb684d1805998b31919460c3bd03e913 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 e5779150904ed3b05fbd557a37054c90d72e5afa..f614438488ecc6b6110593381bb9f1f8c1192035 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 544f09e94d05ec3202dbf2bfec34fc8661353cfa..d1a0f3f530a3894a1710f7b1551b53e068923bd7 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 382feedaef13564adf7fbf535f33041054eacbd7..04e0c978848a51aea4f6bee6668c1cb5bfa1aa67 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 a04227b4d74aebbdbff1e901fac7e6daabc65aa0..62bfe4755cb85fecf8f9a03758ee07a313d75ce6 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 3cd0a71064fbdbb464ce9f8564ea86e16346221c..fae4926cd5116e91fa25c3cf76c6160fc4239448 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 78c7f44494e1cb63987183a6fe371181d2be282b..7ab711631f43220606bb3d8d187e4de6e8bde361 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 6085cb45beaf37fcf28de0740dc633b35d9abaf5..413eaeba2f7c623f107519f62772124c2bfa3f83 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 de5217d534dc63e43d4f41c29f10e018a53be145..628f3b12a35453f7e286c01b10b9668e9bc4a21c 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 2175dbd720193e5264e59fe7440951da31377269..4a9beb097b112073844489395fc919cc61a4bd18 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 - */