From: Kenichi Handa Date: Sat, 25 Jul 1998 04:35:02 +0000 (+0000) Subject: Quote ange-ftp-reread-dir in autoload cookie. X-Git-Tag: emacs-20.3~261 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3a77b8ee0fe50e385f8d9385080e144fdaabc375;p=emacs.git Quote ange-ftp-reread-dir in autoload cookie. --- diff --git a/lisp/ange-ftp.el b/lisp/ange-ftp.el index c5a8ecf4b0a..fe9bc4492f7 100644 --- a/lisp/ange-ftp.el +++ b/lisp/ange-ftp.el @@ -3854,7 +3854,7 @@ system TYPE.") ;;(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.