emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/gnus/spam.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/spam.el
Date: Fri, 07 Jan 2005 01:29:07 -0500

Index: emacs/lisp/gnus/spam.el
diff -c emacs/lisp/gnus/spam.el:1.7 emacs/lisp/gnus/spam.el:1.8
*** emacs/lisp/gnus/spam.el:1.7 Tue Dec  7 21:56:39 2004
--- emacs/lisp/gnus/spam.el     Fri Jan  7 06:16:20 2005
***************
*** 298,304 ****
    :type '(radio (const nil) regexp)
    :group 'spam)
  
! (defcustom spam-face 'gnus-splash-face
    "Face for spam-marked articles."
    :type 'face
    :group 'spam)
--- 298,316 ----
    :type '(radio (const nil) regexp)
    :group 'spam)
  
! (defface spam-face
!   '((((class color) (type tty) (background dark))
!      (:foreground "gray80" :background "gray50"))
!     (((class color) (type tty) (background light))
!      (:foreground "gray50" :background "gray80"))
!     (((class color) (background dark))
!      (:foreground "ivory2"))
!     (((class color) (background light))
!      (:foreground "ivory4"))
!     (t :inverse-video t))
!   "Face for spam-marked articles.")
! 
! (defcustom spam-face 'spam-face
    "Face for spam-marked articles."
    :type 'face
    :group 'spam)




reply via email to

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