diff options
author | Sterling Hughes <sterling@bumblebury.com> | 2001-09-07 04:01:32 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@bumblebury.com> | 2001-09-07 04:01:32 +0000 |
commit | 6147879837a53d22c9be04e7a4fc315a297ba2b3 (patch) | |
tree | 22589e7eedbd51f6f57a9e3f89349064d4e606cf /lib/timeval.c | |
parent | e2e3c95d3b2e34e9119f966937e90c741e2abba0 (diff) | |
download | curl-6147879837a53d22c9be04e7a4fc315a297ba2b3.tar.gz |
Added formatting sections for emacs and vim
Diffstat (limited to 'lib/timeval.c')
-rw-r--r-- | lib/timeval.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/timeval.c b/lib/timeval.c index dfae21a30..0535c1511 100644 --- a/lib/timeval.c +++ b/lib/timeval.c @@ -74,3 +74,11 @@ long Curl_tvlong (struct timeval t1) { return t1.tv_sec; } + +/* + * 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 + */ |