emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/vc.el


From: D . Goel
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el
Date: Sun, 18 Sep 2005 08:25:12 -0400

Index: emacs/lisp/vc.el
diff -c emacs/lisp/vc.el:1.397 emacs/lisp/vc.el:1.398
*** emacs/lisp/vc.el:1.397      Sat Sep 10 10:55:42 2005
--- emacs/lisp/vc.el    Sun Sep 18 12:25:02 2005
***************
*** 2333,2342 ****
                 (format "Updating %s... " (abbreviate-file-name dir))
               (format "Retrieving snapshot into %s... "
                       (abbreviate-file-name dir)))))
!     (message msg)
      (vc-call-backend (vc-responsible-backend dir)
                     'retrieve-snapshot dir name update)
!     (message (concat msg "done"))))
  
  (defun vc-default-retrieve-snapshot (backend dir name update)
    (if (string= name "")
--- 2333,2342 ----
                 (format "Updating %s... " (abbreviate-file-name dir))
               (format "Retrieving snapshot into %s... "
                       (abbreviate-file-name dir)))))
!     (message "%s" msg)
      (vc-call-backend (vc-responsible-backend dir)
                     'retrieve-snapshot dir name update)
!     (message "%s" (concat msg "done"))))
  
  (defun vc-default-retrieve-snapshot (backend dir name update)
    (if (string= name "")




reply via email to

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