diff --git a/lisp/vc-arch.el b/lisp/vc-arch.el index f9ead184731..68146bcf1f7 100644 --- a/lisp/vc-arch.el +++ b/lisp/vc-arch.el @@ -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