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,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el,v
Date: Thu, 27 Mar 2008 03:40:39 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/03/27 03:40:38

Index: vc.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc.el,v
retrieving revision 1.557
retrieving revision 1.558
diff -u -b -r1.557 -r1.558
--- vc.el       24 Mar 2008 08:35:33 -0000      1.557
+++ vc.el       27 Mar 2008 03:40:35 -0000      1.558
@@ -1189,9 +1189,10 @@
            (when (and (not (eq t okstatus))
                       (or (not (integerp status))
                           (and okstatus (< okstatus status))))
+              (unless (eq ?\s (aref (buffer-name (current-buffer)) 0))
              (pop-to-buffer (current-buffer))
              (goto-char (point-min))
-             (shrink-window-if-larger-than-buffer)
+                (shrink-window-if-larger-than-buffer))
              (error "Running %s...FAILED (%s)" full-command
                     (if (integerp status) (format "status %d" status) 
status))))
          ;; We're done.  But don't emit a status message if running




reply via email to

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