]> code.delx.au - gnu-emacs-elpa/commitdiff
Fix usage of "ignored"
authorPythonNut <PythonNut@users.noreply.github.com>
Thu, 3 Sep 2015 02:35:58 +0000 (19:35 -0700)
committerPythonNut <PythonNut@users.noreply.github.com>
Thu, 3 Sep 2015 17:42:05 +0000 (17:42 +0000)
diff-hl-flydiff.el

index 0b7781e91af7df6edd93ece7d93221ad762feea3..c0658318750a5eaadf8d1394cf9813de1ab2673b 100644 (file)
@@ -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)))