]> code.delx.au - gnu-emacs-elpa/commitdiff
Fix *another* usage of "ignored"
authorPythonNut <PythonNut@users.noreply.github.com>
Thu, 3 Sep 2015 20:18:09 +0000 (20:18 +0000)
committerPythonNut <PythonNut@users.noreply.github.com>
Thu, 3 Sep 2015 20:18:09 +0000 (20:18 +0000)
diff-hl-flydiff.el

index 44c0985b31269f0b1a2cd221ec97a340d4174b02..1c58a52e09648b9fe8eff878af81f2cf5ce17d75 100644 (file)
@@ -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)))