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
commiteb50eb4a3d7f706962607c971f8461a28d157d50 (patch)
treee061269a958d9365aeafc2e10de2036f8da0a573 /lisp/font-lock.el
parent8651a415c5e6231aa670e3b9455a9b6bd38483e8 (diff)
downloademacs-eb50eb4a3d7f706962607c971f8461a28d157d50.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'.")