emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/net/ange-ftp.el


From: Markus Rost
Subject: [Emacs-diffs] Changes to emacs/lisp/net/ange-ftp.el
Date: Tue, 07 May 2002 15:33:36 -0400

Index: emacs/lisp/net/ange-ftp.el
diff -c emacs/lisp/net/ange-ftp.el:1.29 emacs/lisp/net/ange-ftp.el:1.30
*** emacs/lisp/net/ange-ftp.el:1.29     Sun Apr 28 23:56:40 2002
--- emacs/lisp/net/ange-ftp.el  Tue May  7 15:33:36 2002
***************
*** 4102,4109 ****
  ;;(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
  (defun ange-ftp-reread-dir (&optional dir)
    "Reread remote directory DIR to update the directory cache.
--- 4102,4110 ----
  ;;(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)
  
! ;;;###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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]