From 39df451ba4114133c2fb0afe60b672ed7609730f Mon Sep 17 00:00:00 2001 From: Simon Marshall Date: Mon, 3 Aug 1998 08:52:35 +0000 Subject: [PATCH] (lisp-font-lock-keywords-1): Fix previous change. (font-lock-support-mode): Allow nil as a mode-specific value. Fix tag. --- lisp/font-lock.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)) ;; -- 2.39.2