]> git.eshelyaron.com Git - emacs.git/commitdiff
(lisp-font-lock-keywords-1): Fix previous change.
authorSimon Marshall <simon@gnu.org>
Mon, 3 Aug 1998 08:52:35 +0000 (08:52 +0000)
committerSimon Marshall <simon@gnu.org>
Mon, 3 Aug 1998 08:52:35 +0000 (08:52 +0000)
(font-lock-support-mode): Allow nil as a mode-specific value.  Fix tag.

lisp/font-lock.el

index db0e1973812ac30f1e0d0f2c05ebeb5ad398be55..3a410be453a2ad0c51b7c5e59e0889dd1acb80e5 100644 (file)
@@ -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))
      ;;