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: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/rfn-eshadow.el
Date: Thu, 17 Nov 2005 00:34:45 -0500

Index: emacs/lisp/rfn-eshadow.el
diff -c emacs/lisp/rfn-eshadow.el:1.20 emacs/lisp/rfn-eshadow.el:1.21
*** emacs/lisp/rfn-eshadow.el:1.20      Wed Nov 16 05:02:40 2005
--- emacs/lisp/rfn-eshadow.el   Thu Nov 17 05:34:45 2005
***************
*** 93,99 ****
                  (symbol :tag "Property")
                  (sexp :tag "Value")))))
  
- ;;;###autoload
  (defcustom file-name-shadow-properties
    '(face file-name-shadow field shadow)
    "Properties given to the `shadowed' part of a filename in the minibuffer.
--- 93,98 ----
***************
*** 104,110 ****
    :group 'minibuffer
    :version "22.1")
  
- ;;;###autoload
  (defcustom file-name-shadow-tty-properties
    '(before-string "{" after-string "} " field shadow)
    "Properties given to the `shadowed' part of a filename in the minibuffer.
--- 103,108 ----
***************
*** 199,205 ****
      ;; `substitute-in-file-name' can fail on partial input.
      (error nil)))
  
- ;;;###autoload
  (define-minor-mode file-name-shadow-mode
    "Toggle File-Name Shadow mode.
  When active, any part of a filename being read in the minibuffer
--- 197,202 ----




reply via email to

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