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


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/pcvs-info.el
Date: Fri, 08 Apr 2005 10:26:21 -0400

Index: emacs/lisp/pcvs-info.el
diff -c emacs/lisp/pcvs-info.el:1.20 emacs/lisp/pcvs-info.el:1.21
*** emacs/lisp/pcvs-info.el:1.20        Tue Sep  7 04:51:47 2004
--- emacs/lisp/pcvs-info.el     Fri Apr  8 14:26:13 2005
***************
*** 1,7 ****
  ;;; pcvs-info.el --- internal representation of a fileinfo entry
  
  ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
! ;;   2000, 2004  Free Software Foundation, Inc.
  
  ;; Author: Stefan Monnier <address@hidden>
  ;; Keywords: pcl-cvs
--- 1,7 ----
  ;;; pcvs-info.el --- internal representation of a fileinfo entry
  
  ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
! ;;   2000, 2004, 2005  Free Software Foundation, Inc.
  
  ;; Author: Stefan Monnier <address@hidden>
  ;; Keywords: pcl-cvs
***************
*** 105,111 ****
    :group 'pcl-cvs)
  
  (defface cvs-marked-face
!   '((((class color) (background dark))
       (:foreground "green" :weight bold))
      (((class color) (background light))
       (:foreground "green3" :weight bold))
--- 105,113 ----
    :group 'pcl-cvs)
  
  (defface cvs-marked-face
!   '((((min-colors 88) (class color) (background dark))
!      (:foreground "green1" :weight bold))
!     (((class color) (background dark))
       (:foreground "green" :weight bold))
      (((class color) (background light))
       (:foreground "green3" :weight bold))




reply via email to

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