aboutsummaryrefslogtreecommitdiff
path: root/lib/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/version.c')
-rw-r--r--lib/version.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/version.c b/lib/version.c
index 32a37b067..ae3a865e1 100644
--- a/lib/version.c
+++ b/lib/version.c
@@ -103,3 +103,11 @@ char *curl_version(void)
return version;
}
+
+/*
+ * 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
+ */