/[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.9 by miles, Sun Aug 25 08:25:00 2002 UTC revision 1.10 by miles, Mon Aug 26 01:10:46 2002 UTC
# Line 207  been set up by `rfn-eshadow-setup-minibu Line 207  been set up by `rfn-eshadow-setup-minibu
207  ;;; functions be already defined.  [This is arguably a bug in d-m-m]  ;;; functions be already defined.  [This is arguably a bug in d-m-m]
208  ;;;###autoload  ;;;###autoload
209  (define-minor-mode file-name-shadow-mode  (define-minor-mode file-name-shadow-mode
210    "Toggle Read-File-Name Electric Shadow mode.    "Toggle File-Name Shadow mode.
211  When active, any part of the filename being read in the minibuffer  When active, any part of a filename being read in the minibuffer
212  that would be ignored because the result is passed through  that would be ignored (because the result is passed through
213  `substitute-in-file-name' is given the properties in  `substitute-in-file-name') is given the properties in
214  `file-name-shadow-properties', which can be used to make  `file-name-shadow-properties', which can be used to make
215  that portion dim, invisible, or otherwise less visually noticeable.  that portion dim, invisible, or otherwise less visually noticeable.
216    
# Line 232  Returns non-nil if the new state is enab Line 232  Returns non-nil if the new state is enab
232  ;; backwards compatibility  ;; backwards compatibility
233  (make-obsolete 'read-file-name-electric-shadow-mode 'file-name-shadow-mode  (make-obsolete 'read-file-name-electric-shadow-mode 'file-name-shadow-mode
234                 "21.4")                 "21.4")
235    ;;;###autoload
236  (defalias 'read-file-name-electric-shadow-mode 'file-name-shadow-mode)  (defalias 'read-file-name-electric-shadow-mode 'file-name-shadow-mode)
237  (make-obsolete-variable 'read-file-name-electric-shadow-mode  (make-obsolete-variable 'read-file-name-electric-shadow-mode
238                          'file-name-shadow-mode "21.4")                          'file-name-shadow-mode "21.4")

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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