From: Richard M. Stallman Date: Sun, 25 Dec 2005 18:59:47 +0000 (+0000) Subject: (cpp-face-none-list): Use cpp-face instead of face. X-Git-Tag: emacs-pretest-22.0.90~5078 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6728475c5ca2f1adc48e9800cbb991f0608c51eb;p=emacs.git (cpp-face-none-list): Use cpp-face instead of face. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 91cc1de5b7f..cb97e1decd2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-12-25 Richard M. Stallman + + * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face. + 2005-12-25 Romain Francoise * battery.el (battery-linux-proc-acpi): Also try diff --git a/lisp/progmodes/cpp.el b/lisp/progmodes/cpp.el index 7e0bb8b4f9b..cf119bde719 100644 --- a/lisp/progmodes/cpp.el +++ b/lisp/progmodes/cpp.el @@ -189,7 +189,7 @@ or a cons cell (background-color . COLOR)." '(("default" . default) ("invisible" . invisible)) "Alist of names and faces available even if you don't use a window system." - :type '(repeat (cons string face)) + :type '(repeat (cons string cpp-face)) :group 'cpp) (defvar cpp-face-all-list