Function: bookmark-bmenu-surreptitiously-rebuild-list

bookmark-bmenu-surreptitiously-rebuild-list is a byte-compiled function defined in bookmark.el.gz.

Signature

(bookmark-bmenu-surreptitiously-rebuild-list)

Documentation

Rebuild the Bookmark List if it exists.

Don't affect the buffer ring order.

Source Code

;; Defined in /usr/src/emacs/lisp/bookmark.el.gz
;; todo: need to display whether or not bookmark exists as a buffer in
;; flag column.

;; Format:
;; FLAGS  BOOKMARK [ LOCATION ]


(defun bookmark-bmenu-surreptitiously-rebuild-list ()
  "Rebuild the Bookmark List if it exists.
Don't affect the buffer ring order."
  (if (get-buffer bookmark-bmenu-buffer)
      (save-excursion
        (save-window-excursion
          (bookmark-bmenu-list)))))