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: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/rfn-eshadow.el
Date: Sun, 25 Aug 2002 21:10:46 -0400

Index: emacs/lisp/rfn-eshadow.el
diff -c emacs/lisp/rfn-eshadow.el:1.9 emacs/lisp/rfn-eshadow.el:1.10
*** emacs/lisp/rfn-eshadow.el:1.9       Sun Aug 25 04:25:00 2002
--- emacs/lisp/rfn-eshadow.el   Sun Aug 25 21:10:46 2002
***************
*** 207,216 ****
  ;;; functions be already defined.  [This is arguably a bug in d-m-m]
  ;;;###autoload
  (define-minor-mode file-name-shadow-mode
!   "Toggle Read-File-Name Electric Shadow mode.
! When active, any part of the filename being read in the minibuffer
! that would be ignored because the result is passed through
! `substitute-in-file-name' is given the properties in
  `file-name-shadow-properties', which can be used to make
  that portion dim, invisible, or otherwise less visually noticeable.
  
--- 207,216 ----
  ;;; functions be already defined.  [This is arguably a bug in d-m-m]
  ;;;###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
! that would be ignored (because the result is passed through
! `substitute-in-file-name') is given the properties in
  `file-name-shadow-properties', which can be used to make
  that portion dim, invisible, or otherwise less visually noticeable.
  
***************
*** 232,237 ****
--- 232,238 ----
  ;; backwards compatibility
  (make-obsolete 'read-file-name-electric-shadow-mode 'file-name-shadow-mode
               "21.4")
+ ;;;###autoload
  (defalias 'read-file-name-electric-shadow-mode 'file-name-shadow-mode)
  (make-obsolete-variable 'read-file-name-electric-shadow-mode
                        'file-name-shadow-mode "21.4")




reply via email to

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