From ca9677e2fc2f8dbfa02c2197f1f916609fcd0672 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 10 Jan 2001 12:28:06 +0000 Subject: [PATCH] (c-font-lock-extra-types): Add "Lisp_Object". --- lisp/font-lock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 5823ab698a00..db1db2625474 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -2149,7 +2149,7 @@ Members should `:load' the package `font-lock' to use this widget." :args '((const :tag "none" nil) (repeat :tag "types" regexp))) -(defcustom c-font-lock-extra-types '("FILE" "\\sw+_t") +(defcustom c-font-lock-extra-types '("FILE" "\\sw+_t" "Lisp_Object") "*List of extra types to fontify in C mode. Each list item should be a regexp not containing word-delimiters. For example, a value of (\"FILE\" \"\\\\sw+_t\") means the word FILE and words