aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ftp.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/ftp.c b/lib/ftp.c
index 335c2b60c..a84046d95 100644
--- a/lib/ftp.c
+++ b/lib/ftp.c
@@ -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
*/