]> git.eshelyaron.com Git - emacs.git/commitdiff
(font-lock-reference-face): Add obsolescence declaration and remove redundant
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 5 Feb 2003 23:09:58 +0000 (23:09 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 5 Feb 2003 23:09:58 +0000 (23:09 +0000)
info from docstring.

lisp/font-lock.el

index 4dfad0e8f4f011bcbec08a016cbba98db0879929..194217249da4d6f444a9e791068f27c86cc89933 100644 (file)
@@ -339,8 +339,8 @@ If a number, only buffers greater than this size have fontification messages."
 (defvar font-lock-warning-face         'font-lock-warning-face
   "Face name to use for things that should stand out.")
 
-(defvar font-lock-reference-face       'font-lock-constant-face
-  "This variable is obsolete.  Use `font-lock-constant-face'.")
+(defvar font-lock-reference-face       'font-lock-constant-face)
+(make-obsolete-variable 'font-lock-reference-face 'font-lock-constant-face)
 
 ;; Fontification variables: