emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/rfn-eshadow.el


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/rfn-eshadow.el
Date: Mon, 06 Jun 2005 08:23:49 -0400

Index: emacs/lisp/rfn-eshadow.el
diff -c emacs/lisp/rfn-eshadow.el:1.12 emacs/lisp/rfn-eshadow.el:1.13
*** emacs/lisp/rfn-eshadow.el:1.12      Mon Sep  1 15:45:14 2003
--- emacs/lisp/rfn-eshadow.el   Mon Jun  6 12:23:49 2005
***************
*** 113,122 ****
    :group 'minibuffer)
  
  (defface file-name-shadow
!   '((((background dark))
!      :foreground "grey50")
!     (t
!      :foreground "grey70"))
    "Face used by `file-name-shadow-mode' for the shadow."
    :group 'minibuffer)
  
--- 113,119 ----
    :group 'minibuffer)
  
  (defface file-name-shadow
!   '((t :inherit shadow))
    "Face used by `file-name-shadow-mode' for the shadow."
    :group 'minibuffer)
  




reply via email to

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