From 073448e0ea3d4ba4409be45ea5ebc58860bd9995 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 12 Mar 2003 08:11:24 +0000 Subject: [PATCH] support a few more common typedefs --- curl-style.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curl-style.el b/curl-style.el index db47dd2d8..247cc9daa 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")) + c-font-lock-extra-types (append '("bool" "CURL" "CURLcode" "ssize_t" "size_t" "socklen_t" "fd_set")) ) ;; keybindings for C, C++, and Objective-C. We can put these in ;; c-mode-base-map because of inheritance ...