branch: master
commit 15aa2b8ad5af74cc1033a34e025101d77b17d3a7
Author: PythonNut <python...@users.noreply.github.com>
Commit: PythonNut <python...@users.noreply.github.com>

    Fix 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 0b7781e..c065831 100644
--- a/diff-hl-flydiff.el
+++ b/diff-hl-flydiff.el
@@ -188,7 +188,7 @@ This requires the external program `diff' to be in your 
`exec-path'."
 
     (advice-remove 'diff-hl-update #'diff-hl-flydiff/update)
     (advice-remove 'diff-hl-changes #'diff-hl-flydiff/changes)
-    (advice-remove 'diff-hl-overlay-modified #'ignored)
+    (advice-remove 'diff-hl-overlay-modified #'ignore)
 
     (cancel-timer diff-hl-flydiff-timer)))
 

Reply via email to