summaryrefslogtreecommitdiff
path: root/lisp/font-lock.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2008-04-18 10:28:18 +0000
committerJuanma Barranquero <lekktu@gmail.com>2008-04-18 10:28:18 +0000
commit7ee5f4148975a326f62a795dc0e639d6cfc322e3 (patch)
treebff415daecc8a7b409da79abb24b65169c6da5bc /lisp/font-lock.el
parent7df7eb04b1cd144b4911a6e09148358426a00270 (diff)
downloademacs-7ee5f4148975a326f62a795dc0e639d6cfc322e3.tar.gz
(font-lock-reference-face): Add WHEN to obsolescence declaration.
Diffstat (limited to 'lisp/font-lock.el')
-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 749f137f567..80c9f62af7a 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -331,7 +331,7 @@ This can be an \"!\" or the \"n\" in \"ifndef\".")
"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 @@ Used in `cpp-font-lock-keywords'.")
(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'.")