Mercurial > emacs
changeset 35195:2ed799be6e5b
(c-font-lock-extra-types): Add "Lisp_Object".
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 10 Jan 2001 12:28:06 +0000 |
parents | 14eab8a95aa3 |
children | eb8cfdc5cabf |
files | lisp/font-lock.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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