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

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

[elpa] externals/blist 41735b2a03 08/31: Make `blist-list-bookmarks' int


From: ELPA Syncer
Subject: [elpa] externals/blist 41735b2a03 08/31: Make `blist-list-bookmarks' interactive
Date: Tue, 28 Dec 2021 16:57:29 -0500 (EST)

branch: externals/blist
commit 41735b2a03a150eb21df84958405fdaa7a929776
Author: JSDurand <mmemmew@gmail.com>
Commit: JSDurand <mmemmew@gmail.com>

    Make `blist-list-bookmarks' interactive
    
    I cannot believe I forgot to make this function interactive!  It is
    sort of the only entry point to this little package!
---
 blist.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/blist.el b/blist.el
index 6f704d7f53..fe9d6aacf0 100644
--- a/blist.el
+++ b/blist.el
@@ -312,6 +312,7 @@ The bookmarks are taken from `bookmark-alist'.
 
 The ARGS is there so as to accept arguments in order for it to be
 used as a `revert-buffer-function'."
+  (interactive)
   ;; load the bookmark if needed
   (bookmark-maybe-load-default-file)
   (let ((buffer (get-buffer-create bookmark-bmenu-buffer))



reply via email to

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