From: PythonNut Date: Thu, 3 Sep 2015 20:18:09 +0000 (+0000) Subject: Fix *another* usage of "ignored" X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/3ab3aae34077bdef5ed0d1f01e877a9baca0b6fa?ds=sidebyside Fix *another* usage of "ignored" --- diff --git a/diff-hl-flydiff.el b/diff-hl-flydiff.el index 44c0985b3..1c58a52e0 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)))