Mercurial > emacs
changeset 94157:f4ec8461e0fc
(font-lock-reference-face): Add WHEN to obsolescence declaration.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 18 Apr 2008 10:28:18 +0000 |
parents | eea76bfceb7c |
children | 072ae82c3f6a |
files | lisp/font-lock.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/font-lock.el Fri Apr 18 10:27:53 2008 +0000 +++ b/lisp/font-lock.el Fri Apr 18 10:28:18 2008 +0000 @@ -331,7 +331,7 @@ "Face name to use for preprocessor directives.") (defvar font-lock-reference-face 'font-lock-constant-face) -(make-obsolete-variable 'font-lock-reference-face 'font-lock-constant-face) +(make-obsolete-variable 'font-lock-reference-face 'font-lock-constant-face "20.3") ;; Fontification variables: @@ -2206,7 +2206,7 @@ (list (+ 2 directives-depth) 'font-lock-variable-name-face nil t)))) "Font lock keyords for C preprocessor directives. -`c-mode', `c++-mode' and `objc-mode' have their own +`c-mode', `c++-mode' and `objc-mode' have their own font lock keyords for C preprocessor directives. This definition is for the other modes in which C preprocessor directives are used. e.g. `asm-mode' and `ld-script-mode'.")