]> git.eshelyaron.com Git - emacs.git/commitdiff
(cpp-face-none-list): Use cpp-face instead of face.
authorRichard M. Stallman <rms@gnu.org>
Sun, 25 Dec 2005 18:59:47 +0000 (18:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 25 Dec 2005 18:59:47 +0000 (18:59 +0000)
lisp/ChangeLog
lisp/progmodes/cpp.el

index 91cc1de5b7f6d2a8af258c6f4633351bcf1c42ce..cb97e1decd27c7bdc32186335e2257c71abe271b 100644 (file)
@@ -1,3 +1,7 @@
+2005-12-25  Richard M. Stallman  <rms@gnu.org>
+
+       * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
+
 2005-12-25  Romain Francoise  <romain@orebokech.com>
 
        * battery.el (battery-linux-proc-acpi): Also try
index 7e0bb8b4f9bb9e92a2996d874cbcf7424da8fa8a..cf119bde719f2d8838f4cc9f17ede3d06b4c215a 100644 (file)
@@ -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