1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-11 07:39:50 -04:00

fix for emacs

This commit is contained in:
Sterling Hughes 2001-09-07 03:30:30 +00:00
parent c3b448dcea
commit e2e3c95d3b

View File

@ -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
*/