Skip to content

Commit 98d5894

Browse files
committed
Use 'diff-command' from diff.el
1 parent 95db21c commit 98d5894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/tools/clang-format/clang-format.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ which can be passed directly to ‘clang-format’."
171171
;; is diff-no-select requires extra copies on the buffers which
172172
;; induces noticable slowdowns, especially on larger files.
173173
(let ((status (call-process
174-
"diff"
174+
diff-command
175175
nil
176176
(current-buffer)
177177
nil

0 commit comments

Comments
 (0)