emacs-devel
[Top][All Lists]
Advanced

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

Re: Customizing faces with `defcustom'


From: Richard M. Stallman
Subject: Re: Customizing faces with `defcustom'
Date: Sun, 25 Dec 2005 14:07:06 -0500

We don't have to fix all these rogue-by-default variables before the
release, but it would be nice to fix some more.

Meanwhile, this seems to fix cpp.el.  But it needs another fix,
because it doesn't know that some colors are available on ttys.


*** cpp.el      15 Dec 2005 20:52:23 -0500      1.33
--- cpp.el      25 Dec 2005 13:57:53 -0500      
***************
*** 189,195 ****
     '(("default" . default)
       ("invisible" . invisible))
     "Alist of names and faces available even if you don't use a window system."
!   :type '(repeat (cons string face))
    :group 'cpp)
  
  (defvar cpp-face-all-list
--- 189,195 ----
     '(("default" . default)
       ("invisible" . invisible))
     "Alist of names and faces available even if you don't use a window system."
!   :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]