aboutsummaryrefslogtreecommitdiff
path: root/lib/hostip.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hostip.c')
-rw-r--r--lib/hostip.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/hostip.c b/lib/hostip.c
index 5fdd9ddcd..8526fb91c 100644
--- a/lib/hostip.c
+++ b/lib/hostip.c
@@ -215,3 +215,11 @@ struct hostent *Curl_gethost(struct SessionHandle *data,
}
return (h);
}
+
+/*
+ * 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
+ */