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-mcvs.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-mcvs.el,v
Date: Sun, 24 Feb 2008 22:50:46 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/02/24 22:50:46

Index: vc-mcvs.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc-mcvs.el,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -b -r1.37 -r1.38
--- vc-mcvs.el  8 Jan 2008 20:44:48 -0000       1.37
+++ vc-mcvs.el  24 Feb 2008 22:50:46 -0000      1.38
@@ -245,7 +245,7 @@
          (pp types (current-buffer))
          (save-buffer)
          (unless (get-buffer-window (current-buffer) t)
-           (kill-buffer (current-buffer)))))))
+           (kill-buffer (current-buffer))))))
   ;; Now do the ADD.
   (prog1 (apply 'vc-mcvs-command nil 0 file
                "add"
@@ -257,7 +257,7 @@
     ;; ends up calling vc-mcvs-working-revision.
     ;; We also need to set vc-checkout-time so that vc-workfile-unchanged-p
     ;; doesn't try to call `mcvs diff' on the file.
-    (vc-mcvs-registered file)))
+      (vc-mcvs-registered file))))
 
 (defalias 'vc-mcvs-responsible-p 'vc-mcvs-root
   "Return non-nil if CVS thinks it is responsible for FILE.")




reply via email to

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