]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-start-entry): Prevent lossage when doing a mass checkin from
authorRichard M. Stallman <rms@gnu.org>
Mon, 26 Jun 1995 23:42:30 +0000 (23:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 26 Jun 1995 23:42:30 +0000 (23:42 +0000)
a VC-dired buffer (Andre Spiegel's code change was slightly wrong).

lisp/vc.el

index 2629b9268e164f5247db620a1093c8e1259c702e..cc27216dd6936a615be1d0aab50053102ad71b04 100644 (file)
@@ -706,7 +706,7 @@ merge in the changes into your working copy."
     (set (make-local-variable 'vc-parent-buffer) parent)
     (set (make-local-variable 'vc-parent-buffer-name)
         (concat " from " (buffer-name vc-parent-buffer)))
-    (vc-mode-line (or file " (no file)"))
+    (if file (vc-mode-line file))
     (vc-log-mode)
     (make-local-variable 'vc-log-after-operation-hook)
     (if after-hook