Mercurial > hg > xemacs-beta
diff lisp/font-lock.el @ 1525:a014bbc989c9
[xemacs-hg @ 2003-06-13 00:08:41 by adrian]
[21.521.4] [PATCH] xemacs-21.5: Only NAME, not NAME( to appear in <adcpv6ii.fsf@smtpmail.t-online.de>
author | adrian |
---|---|
date | Fri, 13 Jun 2003 00:08:41 +0000 |
parents | 10738b72057d |
children | ecf1ebac70d8 |
line wrap: on
line diff
--- a/lisp/font-lock.el Thu Jun 12 21:52:29 2003 +0000 +++ b/lisp/font-lock.el Fri Jun 13 00:08:41 2003 +0000 @@ -1987,7 +1987,7 @@ "\\)\\>" ;; Any whitespace following and declared object. "[ \t'\(]*" - "\\([^ \t\n\)]+\\)?") + "\\([^ \t\n\(\)]+\\)?") ;; Note about numbering: #1 is the grouping around the whole ;; keyword. #2 - #4 are in lisp-function-and-type-regexp. ;; #5 is for variables. (Must be set if neither #3 nor #4 are.)