Function: gnus-bookmark-bmenu-load
gnus-bookmark-bmenu-load is an interactive and byte-compiled function
defined in gnus-bookmark.el.gz.
Signature
(gnus-bookmark-bmenu-load)
Documentation
Load the Gnus bookmark file and rebuild the bookmark menu-buffer.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-bookmark.el.gz
(defun gnus-bookmark-bmenu-load ()
"Load the Gnus bookmark file and rebuild the bookmark menu-buffer."
(interactive nil gnus-bookmark-bmenu-mode)
(if (gnus-bookmark-bmenu-check-position)
(save-excursion
(save-window-excursion
;; This will call `gnus-bookmark-bmenu-list'
(call-interactively 'gnus-bookmark-load)))))