1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* vc-arch.el (vc-arch-diff): Let-bind `process-file-side-effects' with nil.

This commit is contained in:
Michael Albinus 2009-08-25 08:49:24 +00:00
parent b967bd1914
commit 9fb5c929d3

View file

@ -456,7 +456,8 @@ CALLBACK expects (ENTRIES &optional MORE-TO-COME); see
(setq newvers nil))
(if newvers
(error "Diffing specific revisions not implemented")
(let* ((async (not vc-disable-async-diff))
(let* (process-file-side-effects
(async (not vc-disable-async-diff))
;; Run the command from the root dir.
(default-directory (vc-arch-root file))
(status