branch: elpa/annotate commit 93c4e36e7e62e5d82b9b3e659e59331b7df48f58 Author: cage <cage@invalid> Commit: cage <cage@invalid>
- ensured the database is in sync with the annotated buffers, before executing the search query; - increased version number. --- annotate.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/annotate.el b/annotate.el index 32811771d4..f12752bcad 100644 --- a/annotate.el +++ b/annotate.el @@ -7,7 +7,7 @@ ;; Maintainer: Bastian Bechtold <bastibe....@mailbox.org>, cage <cage-...@twistfold.it> ;; URL: https://github.com/bastibe/annotate.el ;; Created: 2015-06-10 -;; Version: 2.0.0 +;; Version: 2.0.1 ;; This file is NOT part of GNU Emacs. @@ -58,7 +58,7 @@ ;;;###autoload (defgroup annotate nil "Annotate files without changing them." - :version "2.0.0" + :version "2.0.1" :group 'text) (defvar annotate-mode-map @@ -2823,7 +2823,7 @@ results can be filtered with a simple query language: see (t ".*")))) (when save-annotations - (annotate-save-annotations)) + (annotate-save-all-annotated-buffers)) (let* ((filter-query (get-query)) (dump (annotate-summary-filter-db (annotate-load-annotation-data t) filter-query