diff options
author | Sterling Hughes <sterling@bumblebury.com> | 2001-09-07 03:30:30 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@bumblebury.com> | 2001-09-07 03:30:30 +0000 |
commit | e2e3c95d3b2e34e9119f966937e90c741e2abba0 (patch) | |
tree | faa6a29200c39d157c64893be213f35ad34bc4c4 /lib | |
parent | c3b448dcea4887b281cbc8d3d706fda690fc4e4e (diff) |
fix for emacs
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ftp.c | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1830,10 +1830,9 @@ CURLcode Curl_ftp_disconnect(struct connectdata *conn) } /* - * Local variables: - * tab-width: 2 - * c-basic-offset: 2 - * End: + * local variables: + * eval: (load-file "../curl-mode.el") + * end: * vim600: et sw=2 ts=2 sts=2 tw=78 fdm=marker * vim<600: et sw=2 ts=2 sts=2 tw=78 */ |