comparison lisp/ange-ftp.el @ 22818:3c30de5e4f1d

Quote ange-ftp-reread-dir in autoload cookie.
author Kenichi Handa <handa@m17n.org>
date Sat, 25 Jul 1998 04:35:02 +0000
parents 2311a799a981
children 39b3f4c74b93
comparison
equal deleted inserted replaced
22817:5db5f80240c4 22818:3c30de5e4f1d
3852 ;; 3852 ;;
3853 ;;(define-key minibuffer-local-completion-map "\C-r" 'ange-ftp-re-read-dir) 3853 ;;(define-key minibuffer-local-completion-map "\C-r" 'ange-ftp-re-read-dir)
3854 ;;(define-key minibuffer-local-must-match-map "\C-r" 'ange-ftp-re-read-dir) 3854 ;;(define-key minibuffer-local-must-match-map "\C-r" 'ange-ftp-re-read-dir)
3855 3855
3856 ;; The autoload cookie is to make sure the doc is always available. 3856 ;; The autoload cookie is to make sure the doc is always available.
3857 ;;;###autoload (defalias 'ange-ftp-re-read-dir ange-ftp-reread-dir) 3857 ;;;###autoload (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
3858 ;;;###autoload 3858 ;;;###autoload
3859 (defun ange-ftp-reread-dir (&optional dir) 3859 (defun ange-ftp-reread-dir (&optional dir)
3860 "Reread remote directory DIR to update the directory cache. 3860 "Reread remote directory DIR to update the directory cache.
3861 The implementation of remote ftp file names caches directory contents 3861 The implementation of remote ftp file names caches directory contents
3862 for speed. Therefore, when new remote files are created, Emacs 3862 for speed. Therefore, when new remote files are created, Emacs