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

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

[nongnu] elpa/annotate 5af5e4139b 099/372: - fixed argument of check for


From: ELPA Syncer
Subject: [nongnu] elpa/annotate 5af5e4139b 099/372: - fixed argument of check for file format version.
Date: Fri, 4 Feb 2022 16:58:22 -0500 (EST)

branch: elpa/annotate
commit 5af5e4139be76cc446ab2bbe0ef1912dccd2c3de
Author: cage <cage-invalid@invalid>
Commit: cage <cage-invalid@invalid>

    - fixed argument of check for file format version.
---
 annotate.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/annotate.el b/annotate.el
index 33868e326a..97bbe294a2 100644
--- a/annotate.el
+++ b/annotate.el
@@ -808,7 +808,7 @@ essentially what you get from:
            (modified-p           (buffer-modified-p)))
       (if (old-format-p annotation-dump)
           (annotate-load-annotation-old-format)
-        (when (and (not (old-format-p annotations))
+        (when (and (not (old-format-p annotation-dump))
                    old-checksum
                    new-checksum
                    (not (string= old-checksum new-checksum)))



reply via email to

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