Commit a7c72b7a authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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
parent 409ac807
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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
 */
+0 −8
Original line number Diff line number Diff line
@@ -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
 */
+0 −8
Original line number Diff line number Diff line
@@ -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
 */
+0 −8
Original line number Diff line number Diff line
@@ -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
 */
+0 −8
Original line number Diff line number Diff line
@@ -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
 */
Loading