changeset 15826:4a675a6a15c8

Fully reinstall July 26 change.
author Simon Marshall <simon@gnu.org>
date Mon, 05 Aug 1996 07:18:48 +0000
parents 615a180ced87
children 10d82268090b
files lisp/help.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/help.el	Mon Aug 05 03:30:41 1996 +0000
+++ b/lisp/help.el	Mon Aug 05 07:18:48 1996 +0000
@@ -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 "+\\)'")