emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/cus-edit.el


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/cus-edit.el
Date: Fri, 08 Apr 2005 16:55:12 -0400

Index: emacs/lisp/cus-edit.el
diff -c emacs/lisp/cus-edit.el:1.218 emacs/lisp/cus-edit.el:1.219
*** emacs/lisp/cus-edit.el:1.218        Fri Apr  8 14:26:13 2005
--- emacs/lisp/cus-edit.el      Fri Apr  8 20:55:08 2005
***************
*** 1646,1652 ****
    "Face used when the customize item is not defined for customization."
    :group 'custom-magic-faces)
  
! (defface custom-modified-face '(((min-colors 88) ((class color))
                                 (:foreground "white" :background "blue1"))
                                (((class color))
                                 (:foreground "white" :background "blue"))
--- 1646,1652 ----
    "Face used when the customize item is not defined for customization."
    :group 'custom-magic-faces)
  
! (defface custom-modified-face '((((min-colors 88) (class color))
                                 (:foreground "white" :background "blue1"))
                                (((class color))
                                 (:foreground "white" :background "blue"))




reply via email to

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