From: Simon Marshall Date: Mon, 3 Aug 1998 08:52:35 +0000 (+0000) Subject: (lisp-font-lock-keywords-1): Fix previous change. X-Git-Tag: emacs-20.3~187 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=39df451ba4114133c2fb0afe60b672ed7609730f;p=emacs.git (lisp-font-lock-keywords-1): Fix previous change. (font-lock-support-mode): Allow nil as a mode-specific value. Fix tag. --- diff --git a/lisp/font-lock.el b/lisp/font-lock.el index db0e1973812..3a410be453a 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -951,7 +951,8 @@ The value of this variable is used when Font Lock mode is turned on." (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 @@ This function could be MATCHER in a MATCH-ANCHORED `font-lock-keywords' item." '(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)) ;;