]> granicus.if.org Git - curl/commitdiff
removed the local variables for emacs and vim, use the new sample.emacs
authorDaniel Stenberg <daniel@haxx.se>
Wed, 29 Jan 2003 10:14:20 +0000 (10:14 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 29 Jan 2003 10:14:20 +0000 (10:14 +0000)
way for emacs, and vim users should provide a similar non-polluting style

38 files changed:
lib/base64.c
lib/content_encoding.c
lib/content_encoding.h
lib/cookie.c
lib/dict.c
lib/easy.c
lib/escape.c
lib/file.c
lib/formdata.c
lib/ftp.c
lib/getenv.c
lib/getinfo.c
lib/getpass.c
lib/hash.h
lib/hostip.c
lib/http.c
lib/http_chunks.c
lib/if2ip.c
lib/krb4.c
lib/ldap.c
lib/memdebug.c
lib/mprintf.c
lib/multi.c
lib/netrc.c
lib/progress.c
lib/security.c
lib/sendf.c
lib/share.c
lib/share.h
lib/speedcheck.c
lib/ssluse.c
lib/strequal.c
lib/strtok.c
lib/telnet.c
lib/timeval.c
lib/transfer.c
lib/url.c
lib/version.c

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