From: Juanma Barranquero Date: Fri, 18 Apr 2008 10:28:18 +0000 (+0000) Subject: (font-lock-reference-face): Add WHEN to obsolescence declaration. X-Git-Tag: emacs-pretest-23.0.90~6214 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7ee5f4148975a326f62a795dc0e639d6cfc322e3;p=emacs.git (font-lock-reference-face): Add WHEN to obsolescence declaration. --- 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'.")