aboutsummaryrefslogtreecommitdiff
path: root/lib/escape.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/escape.c')
-rw-r--r--lib/escape.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/escape.c b/lib/escape.c
index 05606cbdc..4dfdfa9a8 100644
--- a/lib/escape.c
+++ b/lib/escape.c
@@ -113,11 +113,3 @@ void curl_free(void *p)
{
free(p);
}
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */