Mercurial > hg > xemacs-beta
diff lisp/font-lock.el @ 2503:9db2c524b815
[xemacs-hg @ 2005-01-26 04:18:14 by ben]
typo in font-lock.el
font-lock.el: Proper defvars.
author | ben |
---|---|
date | Wed, 26 Jan 2005 04:18:15 +0000 |
parents | ecf1ebac70d8 |
children | bdc2d7488c19 |
line wrap: on
line diff
--- a/lisp/font-lock.el Wed Jan 26 03:40:15 2005 +0000 +++ b/lisp/font-lock.el Wed Jan 26 04:18:15 2005 +0000 @@ -2174,10 +2174,10 @@ (defconst c-font-lock-keywords-3 nil "Gaudy level highlighting for C modes.") -(defconst c-font-lock-keywords-2 nil +(defconst xemacs-c-font-lock-keywords-2 nil "Medium level highlighting for XEmacs C source code.") -(defconst c-font-lock-keywords-3 nil +(defconst xemacs-c-font-lock-keywords-3 nil "Gaudy level highlighting for XEmacs C source code.") (defconst c++-font-lock-keywords-1 nil