diff options
Diffstat (limited to 'lib/speedcheck.c')
-rw-r--r-- | lib/speedcheck.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/speedcheck.c b/lib/speedcheck.c index 274ceb108..465a2aa0f 100644 --- a/lib/speedcheck.c +++ b/lib/speedcheck.c @@ -68,3 +68,10 @@ CURLcode Curl_speedcheck(struct SessionHandle *data, return CURLE_OK; } +/* + * 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 + */ |