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/tramp-ftp.el


From: Kai Großjohann
Subject: [Emacs-diffs] Changes to emacs/lisp/net/tramp-ftp.el
Date: Sat, 24 May 2003 10:10:16 -0400

Index: emacs/lisp/net/tramp-ftp.el
diff -c emacs/lisp/net/tramp-ftp.el:1.3 emacs/lisp/net/tramp-ftp.el:1.4
*** emacs/lisp/net/tramp-ftp.el:1.3     Tue Apr  8 16:06:11 2003
--- emacs/lisp/net/tramp-ftp.el Sat May 24 10:10:15 2003
***************
*** 102,108 ****
        (cond
         ;; If argument is a symlink, 'file-directory-p` and 'file-exists-p`
         ;; call the traversed file recursively. So we cannot disable the
!        ;;file-name-handler this case.
         ((memq operation '(file-directory-p file-exists-p))
        (apply 'ange-ftp-hook-function operation args))
        ;; Normally, the handlers must be discarded
--- 102,108 ----
        (cond
         ;; If argument is a symlink, 'file-directory-p` and 'file-exists-p`
         ;; call the traversed file recursively. So we cannot disable the
!        ;; file-name-handler this case.
         ((memq operation '(file-directory-p file-exists-p))
        (apply 'ange-ftp-hook-function operation args))
        ;; Normally, the handlers must be discarded




reply via email to

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