Mercurial > emacs
changeset 12834:40ed89c082fd
Insert missing quote in help-font-lock-keywords.
author | Simon Marshall <simon@gnu.org> |
---|---|
date | Fri, 11 Aug 1995 08:52:42 +0000 |
parents | 25464bf61eb1 |
children | 6e5c3dfa040c |
files | lisp/help.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/help.el Fri Aug 11 01:44:00 1995 +0000 +++ b/lisp/help.el Fri Aug 11 08:52:42 1995 +0000 @@ -105,7 +105,7 @@ 1 'font-lock-reference-face t) ;; ;; CLisp `:' keywords as references. - (list (concat "\\<:" sym-char "+\\>") 0 font-lock-reference-face t))) + (list (concat "\\<:" sym-char "+\\>") 0 'font-lock-reference-face t))) "Default expressions to highlight in Help mode.") (defun help-mode ()