]> git.eshelyaron.com Git - emacs.git/commitdiff
(ange-ftp-re-read-dir): Don't hide it behind the autoload-cookie.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Tue, 7 May 2002 19:34:35 +0000 (19:34 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Tue, 7 May 2002 19:34:35 +0000 (19:34 +0000)
Remove comment.

lisp/ChangeLog
lisp/net/ange-ftp.el

index cd762c0cc76354793dbf811d428d035605b0faa7..b20213038d7df5d774f7bf584b20b349882e133c 100644 (file)
@@ -1,3 +1,13 @@
+2002-05-07  Markus Rost  <rost@math.ohio-state.edu>
+
+       * 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  <lektu@terra.es>
 
        * windmove.el (windmove-default-keybindings): Add optional
index 3e12c7ee647ffd394314249bd7fd372b57932c5a..a63eb92e18c776863819071e4e3b3e72d5af992d 100644 (file)
@@ -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.