comparison 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
comparison
equal deleted inserted replaced
2502:261c5cd19207 2503:9db2c524b815
2172 "Medium level highlighting for C modes.") 2172 "Medium level highlighting for C modes.")
2173 2173
2174 (defconst c-font-lock-keywords-3 nil 2174 (defconst c-font-lock-keywords-3 nil
2175 "Gaudy level highlighting for C modes.") 2175 "Gaudy level highlighting for C modes.")
2176 2176
2177 (defconst c-font-lock-keywords-2 nil 2177 (defconst xemacs-c-font-lock-keywords-2 nil
2178 "Medium level highlighting for XEmacs C source code.") 2178 "Medium level highlighting for XEmacs C source code.")
2179 2179
2180 (defconst c-font-lock-keywords-3 nil 2180 (defconst xemacs-c-font-lock-keywords-3 nil
2181 "Gaudy level highlighting for XEmacs C source code.") 2181 "Gaudy level highlighting for XEmacs C source code.")
2182 2182
2183 (defconst c++-font-lock-keywords-1 nil 2183 (defconst c++-font-lock-keywords-1 nil
2184 "Subdued level highlighting for C++ modes.") 2184 "Subdued level highlighting for C++ modes.")
2185 2185