1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(c-font-lock-extra-types): Add "Lisp_Object".

This commit is contained in:
Kenichi Handa 2001-01-10 12:28:06 +00:00
parent e084471751
commit 31b482ee84

View File

@ -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