emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/cpp.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cpp.el
Date: Sun, 25 Dec 2005 18:59:40 +0000

Index: emacs/lisp/progmodes/cpp.el
diff -u emacs/lisp/progmodes/cpp.el:1.33 emacs/lisp/progmodes/cpp.el:1.34
--- emacs/lisp/progmodes/cpp.el:1.33    Wed Dec 14 07:47:01 2005
+++ emacs/lisp/progmodes/cpp.el Sun Dec 25 18:59:40 2005
@@ -189,7 +189,7 @@
    '(("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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]