diff options
| author | Kenichi Handa | 2001-01-10 12:28:06 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2001-01-10 12:28:06 +0000 |
| commit | 31b482ee845617564d830f50e00df0e80e99c33f (patch) | |
| tree | 3a1ac202ec0e4632c0f6efada0f93ade2b746307 | |
| parent | e0844717518393b7ceca4849bfbf60e02dd1f500 (diff) | |
| download | emacs-31b482ee845617564d830f50e00df0e80e99c33f.tar.gz emacs-31b482ee845617564d830f50e00df0e80e99c33f.zip | |
(c-font-lock-extra-types): Add "Lisp_Object".
| -rw-r--r-- | lisp/font-lock.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 5823ab698a0..db1db262547 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." | |||
| 2149 | :args '((const :tag "none" nil) | 2149 | :args '((const :tag "none" nil) |
| 2150 | (repeat :tag "types" regexp))) | 2150 | (repeat :tag "types" regexp))) |
| 2151 | 2151 | ||
| 2152 | (defcustom c-font-lock-extra-types '("FILE" "\\sw+_t") | 2152 | (defcustom c-font-lock-extra-types '("FILE" "\\sw+_t" "Lisp_Object") |
| 2153 | "*List of extra types to fontify in C mode. | 2153 | "*List of extra types to fontify in C mode. |
| 2154 | Each list item should be a regexp not containing word-delimiters. | 2154 | Each list item should be a regexp not containing word-delimiters. |
| 2155 | For example, a value of (\"FILE\" \"\\\\sw+_t\") means the word FILE and words | 2155 | For example, a value of (\"FILE\" \"\\\\sw+_t\") means the word FILE and words |