branch: externals/diff-hl
commit 9092cfcaf86f39fbc2213efd504139038c09d417
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>
diff-hl-diff-buffer-with-reference: Disable dir-locals lookup
#282
---
diff-hl.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/diff-hl.el b/diff-hl.el
index 5bc895f60f..f082ecce75 100644
--- a/diff-hl.el
+++ b/diff-hl.el
@@ -1543,6 +1543,7 @@ CONTEXT-LINES is the size of the unified diff context,
defaults to 0."
(let* ((dest-buffer (or dest-buffer
"*diff-hl-diff-buffer-with-reference*"))
(backend (or backend (vc-backend file)))
(temporary-file-directory diff-hl-temporary-directory)
+ (enable-local-variables nil)
(rev
(if (and (eq backend 'Git)
(not diff-hl-reference-revision)