branch: master
commit 3ab3aae34077bdef5ed0d1f01e877a9baca0b6fa
Author: PythonNut <[email protected]>
Commit: PythonNut <[email protected]>
Fix *another* usage of "ignored"
---
diff-hl-flydiff.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/diff-hl-flydiff.el b/diff-hl-flydiff.el
index 44c0985..1c58a52 100644
--- a/diff-hl-flydiff.el
+++ b/diff-hl-flydiff.el
@@ -183,7 +183,7 @@ This requires the external program `diff' to be in your
`exec-path'."
(progn
(advice-add 'diff-hl-update :around #'diff-hl-flydiff/update)
(advice-add 'diff-hl-changes :override #'diff-hl-flydiff/changes)
- (advice-add 'diff-hl-overlay-modified :override #'ignored)
+ (advice-add 'diff-hl-overlay-modified :override #'ignore)
(setq diff-hl-flydiff-timer
(run-with-idle-timer 0.3 t #'diff-hl-update t)))