branch: externals/blist
commit 41735b2a03a150eb21df84958405fdaa7a929776
Author: JSDurand <mmem...@gmail.com>
Commit: JSDurand <mmem...@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