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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el [lexbind]
Date: Mon, 25 Oct 2004 00:40:53 -0400

Index: emacs/lisp/vc.el
diff -c emacs/lisp/vc.el:1.331.2.13 emacs/lisp/vc.el:1.331.2.14
*** emacs/lisp/vc.el:1.331.2.13 Mon Oct 25 04:19:39 2004
--- emacs/lisp/vc.el    Mon Oct 25 04:22:22 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]