summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-02-05 23:09:58 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-02-05 23:09:58 +0000
commit9087b27168cd5e43d0cb4d40b7280a9318763034 (patch)
tree85d38db4434e7e9f2adbb5e6d65004b0d6f95a11 /lisp
parent9f781d7e1bb425437db94268b16c43a095f0bdb8 (diff)
downloademacs-9087b27168cd5e43d0cb4d40b7280a9318763034.tar.gz
(font-lock-reference-face): Add obsolescence declaration and remove redundant
info from docstring.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/font-lock.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index 4dfad0e8f4f..194217249da 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -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: