Function: bookmark-bmenu-show-filenames
bookmark-bmenu-show-filenames is a byte-compiled function defined in
bookmark.el.gz.
Signature
(bookmark-bmenu-show-filenames &optional _)
Documentation
In an interactive bookmark list, show filenames along with bookmarks.
Source Code
;; Defined in /usr/src/emacs/lisp/bookmark.el.gz
(defun bookmark-bmenu-show-filenames (&optional _)
"In an interactive bookmark list, show filenames along with bookmarks."
(setq bookmark-bmenu-toggle-filenames t)
(bookmark-bmenu-surreptitiously-rebuild-list))