aboutsummaryrefslogtreecommitdiff
path: root/lib/memdebug.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/memdebug.c')
-rw-r--r--lib/memdebug.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/memdebug.c b/lib/memdebug.c
index f0e104a6d..c8902c1d7 100644
--- a/lib/memdebug.c
+++ b/lib/memdebug.c
@@ -156,3 +156,11 @@ int curl_fclose(FILE *file, int line, const char *source)
}
#endif /* MALLOCDEBUG */
+
+/*
+ * 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
+ */