Mercurial > emacs
changeset 22892:850946452989
(lisp-font-lock-keywords-1): Fix previous change.
(font-lock-support-mode): Allow nil as a mode-specific value. Fix tag.
author | Simon Marshall <simon@gnu.org> |
---|---|
date | Mon, 03 Aug 1998 08:52:35 +0000 |
parents | 780c3ef895d7 |
children | 322179a8fd20 |
files | lisp/font-lock.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/font-lock.el Mon Aug 03 03:27:54 1998 +0000 +++ b/lisp/font-lock.el Mon Aug 03 08:52:35 1998 +0000 @@ -951,7 +951,8 @@ (radio :tag "Mode" (const :tag "all" t) (symbol :tag "name")) - (radio :tag "Decoration" + (radio :tag "Support" + (const :tag "none" nil) (const :tag "fast lock" fast-lock-mode) (const :tag "lazy lock" lazy-lock-mode))) )) @@ -1922,7 +1923,6 @@ '(1 font-lock-keyword-face) '(9 (cond ((match-beginning 3) font-lock-function-name-face) ((match-beginning 6) font-lock-variable-name-face) - ((match-beginning 8) font-lock-variable-name-face) (t font-lock-type-face)) nil t)) ;;