Mercurial > emacs
changeset 45170:1f468f3ca959
(ange-ftp-re-read-dir): Don't hide it behind the autoload-cookie.
Remove comment.
author | Markus Rost <rost@math.uni-bielefeld.de> |
---|---|
date | Tue, 07 May 2002 19:33:36 +0000 |
parents | f29db3d22988 |
children | 64890845c600 |
files | lisp/net/ange-ftp.el |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/net/ange-ftp.el Tue May 07 19:32:33 2002 +0000 +++ b/lisp/net/ange-ftp.el Tue May 07 19:33:36 2002 +0000 @@ -4102,8 +4102,9 @@ ;;(define-key minibuffer-local-completion-map "\C-r" 'ange-ftp-re-read-dir) ;;(define-key minibuffer-local-must-match-map "\C-r" 'ange-ftp-re-read-dir) -;; The autoload cookie is to make sure the doc is always available. -;;;###autoload (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) +;;;###autoload +(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) + ;;;###autoload (defun ange-ftp-reread-dir (&optional dir) "Reread remote directory DIR to update the directory cache.