comparison lisp/font-lock.el @ 49615:0ddc2f13992e

(font-lock-reference-face): Add obsolescence declaration and remove redundant info from docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 05 Feb 2003 23:09:58 +0000
parents d8d2b16ffa18
children 7bfe36160365 d7ddb3e565de
comparison
equal deleted inserted replaced
49614:1da4c425c852 49615:0ddc2f13992e
337 "Face name to use for constant and label names.") 337 "Face name to use for constant and label names.")
338 338
339 (defvar font-lock-warning-face 'font-lock-warning-face 339 (defvar font-lock-warning-face 'font-lock-warning-face
340 "Face name to use for things that should stand out.") 340 "Face name to use for things that should stand out.")
341 341
342 (defvar font-lock-reference-face 'font-lock-constant-face 342 (defvar font-lock-reference-face 'font-lock-constant-face)
343 "This variable is obsolete. Use `font-lock-constant-face'.") 343 (make-obsolete-variable 'font-lock-reference-face 'font-lock-constant-face)
344 344
345 ;; Fontification variables: 345 ;; Fontification variables:
346 346
347 (defvar font-lock-keywords nil 347 (defvar font-lock-keywords nil
348 "A list of the keywords to highlight. 348 "A list of the keywords to highlight.