diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-09 22:55:47 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-09 22:55:47 +0000 |
commit | 60e4b57ad8cffe7321ba310412e97b1cd36ce244 (patch) | |
tree | 04ac93b6ecc734cdf5c767d400496ac5c49c1a43 | |
parent | ce5805a955c5a79d85792caad47594987f0e0b26 (diff) |
added the new socket type
-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 dddedb20a..ffa4a0ada 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" "curl_off_t")) + c-font-lock-extra-types (append '("bool" "CURL" "CURLcode" "ssize_t" "size_t" "socklen_t" "fd_set" "time_t" "curl_off_t" "curl_socket_t")) ) ;; keybindings for C, C++, and Objective-C. We can put these in ;; c-mode-base-map because of inheritance ... |