From b2ce953f2536968557104521fc0d81bf7ec7293e Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Tue, 7 May 2002 19:34:35 +0000 Subject: [PATCH] (ange-ftp-re-read-dir): Don't hide it behind the autoload-cookie. Remove comment. --- lisp/ChangeLog | 10 ++++++++++ lisp/net/ange-ftp.el | 5 +++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cd762c0cc76..b20213038d7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2002-05-07 Markus Rost + + * net/ange-ftp.el (ange-ftp-re-read-dir): Don't hide it behind + the autoload-cookie. Remove comment. + + * ffap.el (ffap): Don't hide it behind the autoload-cookie. + + * rect.el (close-rectangle): Don't hide it behind the + autoload-cookie. + 2002-05-07 Juanma Barranquero * windmove.el (windmove-default-keybindings): Add optional diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el index 3e12c7ee647..a63eb92e18c 100644 --- a/lisp/net/ange-ftp.el +++ b/lisp/net/ange-ftp.el @@ -4102,8 +4102,9 @@ E.g., ;;(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. -- 2.39.5