diff lisp/net/ange-ftp.el @ 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 edd77d3b9898
children 20c79f08a7da
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.