Mercurial > emacs
changeset 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 | 1da4c425c852 |
children | 43c9ef374660 |
files | lisp/font-lock.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/font-lock.el Wed Feb 05 22:04:02 2003 +0000 +++ b/lisp/font-lock.el Wed Feb 05 23:09:58 2003 +0000 @@ -339,8 +339,8 @@ (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: