aboutsummaryrefslogtreecommitdiff
path: root/lib/escape.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/escape.c')
-rw-r--r--lib/escape.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/escape.c b/lib/escape.c
index 10a863ece..88f4359f7 100644
--- a/lib/escape.c
+++ b/lib/escape.c
@@ -115,6 +115,6 @@ char *curl_unescape(const char *string, int length)
* 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
+ * vim600: fdm=marker
+ * vim: et sw=2 ts=2 sts=2 tw=78
*/