emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/pcvs-info.el,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/pcvs-info.el,v
Date: Sun, 15 Jul 2007 01:51:04 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/07/15 01:50:59

Index: lisp/pcvs-info.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/pcvs-info.el,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- lisp/pcvs-info.el   21 Jan 2007 03:53:11 -0000      1.30
+++ lisp/pcvs-info.el   15 Jul 2007 01:50:59 -0000      1.31
@@ -85,9 +85,9 @@
 
 (defface cvs-unknown
   '((((class color) (background dark))
-     (:foreground "red"))
+     (:foreground "red1"))
     (((class color) (background light))
-     (:foreground "red"))
+     (:foreground "red1"))
     (t (:slant italic)))
   "PCL-CVS face used to highlight unknown file status."
   :group 'pcl-cvs)




reply via email to

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