# HG changeset patch # User Markus Rost # Date 1020800016 0 # Node ID 1f468f3ca9597d7c82d04ca0f925e5da38a9e277 # Parent f29db3d229885ef5f435f293c336706ba7d3d340 (ange-ftp-re-read-dir): Don't hide it behind the autoload-cookie. Remove comment. diff -r f29db3d22988 -r 1f468f3ca959 lisp/net/ange-ftp.el --- 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.