# HG changeset patch # User Michael Albinus # Date 1251190164 0 # Node ID 1c682f1cb8e65e9a730257567868da0112415df9 # Parent c6b5e95a3a8dbfd680016c7756caadc9aaaad484 * vc-arch.el (vc-arch-diff): Let-bind `process-file-side-effects' with nil. diff -r c6b5e95a3a8d -r 1c682f1cb8e6 lisp/vc-arch.el --- a/lisp/vc-arch.el Tue Aug 25 08:47:39 2009 +0000 +++ b/lisp/vc-arch.el Tue Aug 25 08:49:24 2009 +0000 @@ -456,7 +456,8 @@ (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