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.el


From: Kai Großjohann
Subject: [Emacs-diffs] Changes to emacs/lisp/net/tramp.el
Date: Sat, 17 Jul 2004 17:49:46 -0400

Index: emacs/lisp/net/tramp.el
diff -c emacs/lisp/net/tramp.el:1.48 emacs/lisp/net/tramp.el:1.49
*** emacs/lisp/net/tramp.el:1.48        Sat Jul 17 17:28:06 2004
--- emacs/lisp/net/tramp.el     Sat Jul 17 21:33:03 2004
***************
*** 2331,2337 ****
  ;; This function makes the same assumption as
  ;; `tramp-handle-set-visited-file-modtime'.
  (defun tramp-handle-verify-visited-file-modtime (buf)
!   "Like `verify-visited-file-modtime' for tramp files."
    (with-current-buffer buf
      (let ((f (buffer-file-name)))
        (with-parsed-tramp-file-name f nil
--- 2331,2342 ----
  ;; This function makes the same assumption as
  ;; `tramp-handle-set-visited-file-modtime'.
  (defun tramp-handle-verify-visited-file-modtime (buf)
!   "Like `verify-visited-file-modtime' for tramp files.
! At the time `verify-visited-file-modtime' calls this function, we
! already know that the buffer is visiting a file and that
! `visited-file-modtime' does not return 0.  Do not call this
! function directly, unless those two cases are already taken care
! of."
    (with-current-buffer buf
      (let ((f (buffer-file-name)))
        (with-parsed-tramp-file-name f nil




reply via email to

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