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

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

[elpa] master 2cddce4 3/8: Fix the breakage


From: Dmitry Gutov
Subject: [elpa] master 2cddce4 3/8: Fix the breakage
Date: Sat, 23 Feb 2019 18:35:44 -0500 (EST)

branch: master
commit 2cddce48d472111f178da84d44656f92012aa64b
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Fix the breakage
    
    Closes #115
---
 diff-hl-flydiff.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diff-hl-flydiff.el b/diff-hl-flydiff.el
index 5ec0454..9de22a9 100644
--- a/diff-hl-flydiff.el
+++ b/diff-hl-flydiff.el
@@ -140,7 +140,7 @@ This requires the external program `diff' to be in your 
`exec-path'."
 (defun diff-hl-flydiff-update ()
   (unless (or
            (not diff-hl-mode)
-           (= diff-hl-flydiff-modified-tick (buffer-chars-modified-tick))
+           (eq diff-hl-flydiff-modified-tick (buffer-chars-modified-tick))
            (not buffer-file-name)
            (not (file-exists-p buffer-file-name))
            (file-remote-p default-directory))



reply via email to

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