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-vc.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/net/tramp-vc.el [lexbind]
Date: Tue, 14 Oct 2003 19:39:51 -0400

Index: emacs/lisp/net/tramp-vc.el
diff -c emacs/lisp/net/tramp-vc.el:1.4.2.1 emacs/lisp/net/tramp-vc.el:1.4.2.2
*** emacs/lisp/net/tramp-vc.el:1.4.2.1  Fri Apr  4 01:20:30 2003
--- emacs/lisp/net/tramp-vc.el  Tue Oct 14 19:39:26 2003
***************
*** 336,341 ****
--- 336,344 ----
           (tramp-tramp-file-p filename)
           (not
            (let ((v    (tramp-dissect-file-name filename)))
+             ;; The following check is probably to test whether
+             ;; file-attributes returns correct last modification
+             ;; times.  This check needs to be changed.
              (tramp-get-remote-perl (tramp-file-name-multi-method v)
                                   (tramp-file-name-method v)
                                   (tramp-file-name-user v)
***************
*** 483,486 ****
--- 486,490 ----
  ;; No need to load this again if anyone asks.
  (provide 'tramp-vc)
  
+ ;;; arch-tag: 27cc42ce-da19-468d-ad5c-a2690558db60
  ;;; tramp-vc.el ends here




reply via email to

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