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