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


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

Index: emacs/lisp/vc-mcvs.el
diff -c emacs/lisp/vc-mcvs.el:1.15 emacs/lisp/vc-mcvs.el:1.16
*** emacs/lisp/vc-mcvs.el:1.15  Wed Nov  3 14:17:03 2004
--- emacs/lisp/vc-mcvs.el       Sun Jan  9 21:29:54 2005
***************
*** 446,452 ****
               (append (vc-switches nil 'diff) '("/dev/null")))
        ;; Even if it's empty, it's locally modified.
        1)
!     (let* ((async (and (vc-stay-local-p file) (fboundp 'start-process)))
           ;; Run the command from the root dir so that `mcvs filt' returns
           ;; valid relative names.
           (default-directory (vc-mcvs-root file))
--- 446,454 ----
               (append (vc-switches nil 'diff) '("/dev/null")))
        ;; Even if it's empty, it's locally modified.
        1)
!     (let* ((async (and (not vc-disable-async-diff)
!                        (vc-stay-local-p file) 
!                        (fboundp 'start-process)))
           ;; Run the command from the root dir so that `mcvs filt' returns
           ;; valid relative names.
           (default-directory (vc-mcvs-root file))




reply via email to

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