From 7ee5f4148975a326f62a795dc0e639d6cfc322e3 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 18 Apr 2008 10:28:18 +0000 Subject: (font-lock-reference-face): Add WHEN to obsolescence declaration. --- lisp/font-lock.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/font-lock.el') 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'.") -- cgit v1.2.1