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-arch.el


From: André Spiegel
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-arch.el
Date: Sun, 09 Jan 2005 16:52:33 -0500

Index: emacs/lisp/vc-arch.el
diff -c emacs/lisp/vc-arch.el:1.15 emacs/lisp/vc-arch.el:1.16
*** emacs/lisp/vc-arch.el:1.15  Sun Jan  2 22:07:52 2005
--- emacs/lisp/vc-arch.el       Sun Jan  9 21:29:27 2005
***************
*** 377,383 ****
        (setq newvers nil))
    (if newvers
        (error "Diffing specific revisions not implemented.")
!     (let* ((async (fboundp 'start-process))
           ;; Run the command from the root dir.
           (default-directory (vc-arch-root file))
           (status
--- 377,383 ----
        (setq newvers nil))
    (if newvers
        (error "Diffing specific revisions not implemented.")
!     (let* ((async (and (not vc-disable-async-diff) (fboundp 'start-process)))
           ;; Run the command from the root dir.
           (default-directory (vc-arch-root file))
           (status




reply via email to

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