From 6728475c5ca2f1adc48e9800cbb991f0608c51eb Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 25 Dec 2005 18:59:47 +0000 Subject: [PATCH] (cpp-face-none-list): Use cpp-face instead of face. --- lisp/ChangeLog | 4 ++++ lisp/progmodes/cpp.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.2