# HG changeset patch # User Kenichi Handa # Date 979129686 0 # Node ID 2ed799be6e5b45821314625835793fd4bd62bc87 # Parent 14eab8a95aa3cd26ee2336e427c943fafb1e9f6e (c-font-lock-extra-types): Add "Lisp_Object". diff -r 14eab8a95aa3 -r 2ed799be6e5b lisp/font-lock.el --- a/lisp/font-lock.el Wed Jan 10 12:27:48 2001 +0000 +++ b/lisp/font-lock.el Wed Jan 10 12:28:06 2001 +0000 @@ -2149,7 +2149,7 @@ :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