comparison lisp/font-lock.el @ 90228:fa0da9b57058

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-82 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 542-553) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 116-121) - Merge from emacs--cvs-trunk--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Mon, 19 Sep 2005 10:20:33 +0000
parents 10fe5fadaf89 28d7d90409ee
children ee12d75eb214
comparison
equal deleted inserted replaced
90227:10fe5fadaf89 90228:fa0da9b57058
338 (defvar font-lock-reference-face 'font-lock-constant-face) 338 (defvar font-lock-reference-face 'font-lock-constant-face)
339 (make-obsolete-variable 'font-lock-reference-face 'font-lock-constant-face) 339 (make-obsolete-variable 'font-lock-reference-face 'font-lock-constant-face)
340 340
341 ;; Fontification variables: 341 ;; Fontification variables:
342 342
343 ;;;###autoload
343 (defvar font-lock-keywords nil 344 (defvar font-lock-keywords nil
344 "A list of the keywords to highlight. 345 "A list of the keywords to highlight.
345 There are two kinds of values: user-level, and compiled. 346 There are two kinds of values: user-level, and compiled.
346 347
347 A user-level keywords list is what a major mode or the user would 348 A user-level keywords list is what a major mode or the user would