comparison 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
comparison
equal deleted inserted replaced
1524:e086f9c65ef5 1525:a014bbc989c9
1985 "\\|def\\([^ \t\n\(\)]+\\)" 1985 "\\|def\\([^ \t\n\(\)]+\\)"
1986 ;; make sure we are at end of word. 1986 ;; make sure we are at end of word.
1987 "\\)\\>" 1987 "\\)\\>"
1988 ;; Any whitespace following and declared object. 1988 ;; Any whitespace following and declared object.
1989 "[ \t'\(]*" 1989 "[ \t'\(]*"
1990 "\\([^ \t\n\)]+\\)?") 1990 "\\([^ \t\n\(\)]+\\)?")
1991 ;; Note about numbering: #1 is the grouping around the whole 1991 ;; Note about numbering: #1 is the grouping around the whole
1992 ;; keyword. #2 - #4 are in lisp-function-and-type-regexp. 1992 ;; keyword. #2 - #4 are in lisp-function-and-type-regexp.
1993 ;; #5 is for variables. (Must be set if neither #3 nor #4 are.) 1993 ;; #5 is for variables. (Must be set if neither #3 nor #4 are.)
1994 ;; #6 for the following object. 1994 ;; #6 for the following object.
1995 '(1 font-lock-keyword-face) 1995 '(1 font-lock-keyword-face)