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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el [emacs-unicode-2]
Date: Wed, 27 Oct 2004 02:06:12 -0400

Index: emacs/lisp/vc.el
diff -c emacs/lisp/vc.el:1.359.2.5 emacs/lisp/vc.el:1.359.2.6
*** emacs/lisp/vc.el:1.359.2.5  Thu Oct 14 08:49:59 2004
--- emacs/lisp/vc.el    Wed Oct 27 05:41:58 2004
***************
*** 953,959 ****
              (vc-exec-after
               `(unless (active-minibuffer-window)
                    (message "Running %s in the background... done" 
',command))))
!         (setq status (apply 'call-process command nil t nil squeezed))
          (when (or (not (integerp status)) (and okstatus (< okstatus status)))
            (pop-to-buffer (current-buffer))
            (goto-char (point-min))
--- 953,959 ----
              (vc-exec-after
               `(unless (active-minibuffer-window)
                    (message "Running %s in the background... done" 
',command))))
!         (setq status (apply 'process-file command nil t nil squeezed))
          (when (or (not (integerp status)) (and okstatus (< okstatus status)))
            (pop-to-buffer (current-buffer))
            (goto-char (point-min))




reply via email to

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