/[emacs]/emacs/lisp/rfn-eshadow.el
ViewVC logotype

Diff of /emacs/lisp/rfn-eshadow.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20 by teirllm, Wed Nov 16 05:02:40 2005 UTC revision 1.21 by teirllm, Thu Nov 17 05:34:45 2005 UTC
# Line 93  Line 93 
93                    (symbol :tag "Property")                    (symbol :tag "Property")
94                    (sexp :tag "Value")))))                    (sexp :tag "Value")))))
95    
 ;;;###autoload  
96  (defcustom file-name-shadow-properties  (defcustom file-name-shadow-properties
97    '(face file-name-shadow field shadow)    '(face file-name-shadow field shadow)
98    "Properties given to the `shadowed' part of a filename in the minibuffer.    "Properties given to the `shadowed' part of a filename in the minibuffer.
# Line 104  If Emacs is not running under a window s Line 103  If Emacs is not running under a window s
103    :group 'minibuffer    :group 'minibuffer
104    :version "22.1")    :version "22.1")
105    
 ;;;###autoload  
106  (defcustom file-name-shadow-tty-properties  (defcustom file-name-shadow-tty-properties
107    '(before-string "{" after-string "} " field shadow)    '(before-string "{" after-string "} " field shadow)
108    "Properties given to the `shadowed' part of a filename in the minibuffer.    "Properties given to the `shadowed' part of a filename in the minibuffer.
# Line 199  been set up by `rfn-eshadow-setup-minibu Line 197  been set up by `rfn-eshadow-setup-minibu
197      ;; `substitute-in-file-name' can fail on partial input.      ;; `substitute-in-file-name' can fail on partial input.
198      (error nil)))      (error nil)))
199    
 ;;;###autoload  
200  (define-minor-mode file-name-shadow-mode  (define-minor-mode file-name-shadow-mode
201    "Toggle File-Name Shadow mode.    "Toggle File-Name Shadow mode.
202  When active, any part of a filename being read in the minibuffer  When active, any part of a filename being read in the minibuffer

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26