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

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

[elpa] externals/blist 1bac76696c 09/31: fix a wrong function call


From: ELPA Syncer
Subject: [elpa] externals/blist 1bac76696c 09/31: fix a wrong function call
Date: Tue, 28 Dec 2021 16:57:30 -0500 (EST)

branch: externals/blist
commit 1bac76696c0531396f02b8cd5914e1398bee95b2
Author: JSDurand <mmemmew@gmail.com>
Commit: JSDurand <mmemmew@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
 



reply via email to

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