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

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

[nongnu] elpa/annotate 7871adfbd8 320/372: - skipped file left with no a


From: ELPA Syncer
Subject: [nongnu] elpa/annotate 7871adfbd8 320/372: - skipped file left with no annotations when saving.
Date: Fri, 4 Feb 2022 16:59:15 -0500 (EST)

branch: elpa/annotate
commit 7871adfbd8ba352271574a4954311ce655fe993d
Author: cage <cage@localhost>
Commit: cage <cage@invalid>

    - skipped file left with no annotations when saving.
---
 annotate.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/annotate.el b/annotate.el
index 914983c13b..dc32b61377 100644
--- a/annotate.el
+++ b/annotate.el
@@ -1368,7 +1368,7 @@ essentially what you get from:
       (delete-dups entry))
     ;; skip files with no annotations
     (annotate-dump-annotation-data (cl-remove-if (lambda (entry)
-                                                   (null (cdr entry)))
+                                                   (null 
(annotate-annotations-from-dump entry)))
                                                  all-annotations))
     (if annotate-use-messages
         (message "Annotations saved."))))



reply via email to

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