+2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
+ temp buffer.
+
2008-03-27 Glenn Morris <rgm@gnu.org>
* calendar/cal-bahai.el (diary-bahai-list-entries):
(when (and (not (eq t okstatus))
(or (not (integerp status))
(and okstatus (< okstatus status))))
- (pop-to-buffer (current-buffer))
- (goto-char (point-min))
- (shrink-window-if-larger-than-buffer)
+ (unless (eq ?\s (aref (buffer-name (current-buffer)) 0))
+ (pop-to-buffer (current-buffer))
+ (goto-char (point-min))
+ (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