Skip to content

Commit

Permalink
(c-font-lock-extra-types): Add "Lisp_Object".
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenichi Handa committed Jan 10, 2001
1 parent dc70084 commit ca9677e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/font-lock.el
Expand Up @@ -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
Expand Down

0 comments on commit ca9677e

Please sign in to comment.