]> granicus.if.org Git - curl/commitdiff
add off_t as a recognized type for font-locking
authorDaniel Stenberg <daniel@haxx.se>
Tue, 16 Dec 2003 09:53:39 +0000 (09:53 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 16 Dec 2003 09:53:39 +0000 (09:53 +0000)
curl-style.el

index a5a65923bf99ddca970a9f6c789b653575687555..ad2e91b007835e26acbd8f2c41913c8670a5b487 100644 (file)
@@ -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"))
+       c-font-lock-extra-types (append '("bool" "CURL" "CURLcode" "ssize_t" "size_t" "socklen_t" "fd_set" "time_t" "off_t"))
        )
   ;; keybindings for C, C++, and Objective-C.  We can put these in
   ;; c-mode-base-map because of inheritance ...