+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
;;(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.