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:
parent
b967bd1914
commit
9fb5c929d3
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue