emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 3ab3aae 29/42: Fix *another* usage of "ignored"


From: Dmitry Gutov
Subject: [elpa] master 3ab3aae 29/42: Fix *another* usage of "ignored"
Date: Wed, 09 Sep 2015 19:03:42 +0000

branch: master
commit 3ab3aae34077bdef5ed0d1f01e877a9baca0b6fa
Author: PythonNut <address@hidden>
Commit: PythonNut <address@hidden>

    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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]