diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-01-22 12:48:48 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-01-22 12:48:48 +0000 |
commit | 83d77dc013a54cce1c5bf30fd0446b81efb4a2aa (patch) | |
tree | fa5c6575c73fb2dc32991ab4e0daa03de509b611 /curl-style.el | |
parent | e36914a425812648e8468de692163976e5c69193 (diff) | |
download | curl-83d77dc013a54cce1c5bf30fd0446b81efb4a2aa.tar.gz |
font-lock the curl_off_t type instead of the off_t
Diffstat (limited to 'curl-style.el')
-rw-r--r-- | curl-style.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/curl-style.el b/curl-style.el index ad2e91b00..dddedb20a 100644 --- a/curl-style.el +++ b/curl-style.el @@ -37,7 +37,7 @@ (setq tab-width 8 indent-tabs-mode nil ; Use spaces. Not tabs. comment-column 40 - c-font-lock-extra-types (append '("bool" "CURL" "CURLcode" "ssize_t" "size_t" "socklen_t" "fd_set" "time_t" "off_t")) + c-font-lock-extra-types (append '("bool" "CURL" "CURLcode" "ssize_t" "size_t" "socklen_t" "fd_set" "time_t" "curl_off_t")) ) ;; keybindings for C, C++, and Objective-C. We can put these in ;; c-mode-base-map because of inheritance ... |