]> git.eshelyaron.com Git - emacs.git/commitdiff
(font-lock-reference-face): Add WHEN to obsolescence declaration.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 18 Apr 2008 10:28:18 +0000 (10:28 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 18 Apr 2008 10:28:18 +0000 (10:28 +0000)
lisp/font-lock.el

index 749f137f567c896385679bd5f2fc93d00956a11c..80c9f62af7a71dfaadd6bb7a9f66776809228751 100644 (file)
@@ -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'.")