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