branch: externals/blist commit 1bac76696c0531396f02b8cd5914e1398bee95b2 Author: JSDurand <mmem...@gmail.com> Commit: JSDurand <mmem...@gmail.com>
fix a wrong function call * blist.el (blist-show-annotation): Call blist-show-all-annotations instead. --- blist.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blist.el b/blist.el index fe9d6aacf0..fe12ac9085 100644 --- a/blist.el +++ b/blist.el @@ -859,7 +859,7 @@ to choose one." '(metadata (category . bookmark)) (complete-with-action action items str pred)))))))))) - (blist-show-annotations targets))) + (blist-show-all-annotations targets))) ;;;; show all annotations