]> git.eshelyaron.com Git - emacs.git/commitdiff
Fully reinstall July 26 change.
authorSimon Marshall <simon@gnu.org>
Mon, 5 Aug 1996 07:18:48 +0000 (07:18 +0000)
committerSimon Marshall <simon@gnu.org>
Mon, 5 Aug 1996 07:18:48 +0000 (07:18 +0000)
lisp/help.el

index 2c39c4c6da46799b3807045ad37709aec05e486e..70bd01753112c73464cf6b56ecf794c466695a60 100644 (file)
@@ -99,8 +99,7 @@
        (list (concat "\\`\\(" name-char "+\\)\\(\\(:\\)\\|\\('\\)\\)")
             '(1 (if (match-beginning 3)
                     font-lock-function-name-face
-                  font-lock-variable-name-face)
-                nil t))
+                  font-lock-variable-name-face)))
        ;;
        ;; Words inside `' which tend to be symbol names.
        (list (concat "`\\(" sym-char sym-char "+\\)'")