aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Rost2002-05-07 19:34:35 +0000
committerMarkus Rost2002-05-07 19:34:35 +0000
commitb2ce953f2536968557104521fc0d81bf7ec7293e (patch)
tree923eeff6c3404f54db49b108507dd1e5ba07d6d4
parent22ac7ca0e40b885fe1eb757be8041de1a2a15dd1 (diff)
downloademacs-b2ce953f2536968557104521fc0d81bf7ec7293e.tar.gz
emacs-b2ce953f2536968557104521fc0d81bf7ec7293e.zip
(ange-ftp-re-read-dir): Don't hide it behind the autoload-cookie.
Remove comment.
-rw-r--r--lisp/ChangeLog10
-rw-r--r--lisp/net/ange-ftp.el5
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 @@
12002-05-07 Markus Rost <rost@math.ohio-state.edu>
2
3 * net/ange-ftp.el (ange-ftp-re-read-dir): Don't hide it behind
4 the autoload-cookie. Remove comment.
5
6 * ffap.el (ffap): Don't hide it behind the autoload-cookie.
7
8 * rect.el (close-rectangle): Don't hide it behind the
9 autoload-cookie.
10
12002-05-07 Juanma Barranquero <lektu@terra.es> 112002-05-07 Juanma Barranquero <lektu@terra.es>
2 12
3 * windmove.el (windmove-default-keybindings): Add optional 13 * 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.,
4102;;(define-key minibuffer-local-completion-map "\C-r" 'ange-ftp-re-read-dir) 4102;;(define-key minibuffer-local-completion-map "\C-r" 'ange-ftp-re-read-dir)
4103;;(define-key minibuffer-local-must-match-map "\C-r" 'ange-ftp-re-read-dir) 4103;;(define-key minibuffer-local-must-match-map "\C-r" 'ange-ftp-re-read-dir)
4104 4104
4105;; The autoload cookie is to make sure the doc is always available. 4105;;;###autoload
4106;;;###autoload (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) 4106(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
4107
4107;;;###autoload 4108;;;###autoload
4108(defun ange-ftp-reread-dir (&optional dir) 4109(defun ange-ftp-reread-dir (&optional dir)
4109 "Reread remote directory DIR to update the directory cache. 4110 "Reread remote directory DIR to update the directory cache.