Mercurial > hg > xemacs-beta
diff lisp/font-lock.el @ 227:0e522484dd2a r20-5b12
Import from CVS: tag r20-5b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:12:37 +0200 |
parents | 6c0ae1f9357f |
children | f220cc83d72e |
line wrap: on
line diff
--- a/lisp/font-lock.el Mon Aug 13 10:11:42 2007 +0200 +++ b/lisp/font-lock.el Mon Aug 13 10:12:37 2007 +0200 @@ -1785,7 +1785,7 @@ ;; about five times slower. (list (concat "^(\\(def\\(" ;; Variable declarations. - "\\(const\\(\\|ant\\)\\|ine-key\\(\\|-after\\)\\|var\\)\\|" + "\\(const\\(\\|ant\\)\\|ine-key\\(\\|-after\\)\\|var\\|custom\\)\\|" ;; Structure declarations. "\\(class\\|struct\\|type\\)\\|" ;; Everything else is a function declaration.