Skip to content

Commit

Permalink
Added time_t
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jun 26, 2003
1 parent 497c6d5 commit d4df981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curl-style.el
Expand Up @@ -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"))
c-font-lock-extra-types (append '("bool" "CURL" "CURLcode" "ssize_t" "size_t" "socklen_t" "fd_set" "time_t"))
)
;; keybindings for C, C++, and Objective-C. We can put these in
;; c-mode-base-map because of inheritance ...
Expand Down

0 comments on commit d4df981

Please sign in to comment.