Function: bookmark-bmenu-hide-filenames

bookmark-bmenu-hide-filenames is a byte-compiled function defined in bookmark.el.gz.

Signature

(bookmark-bmenu-hide-filenames &optional _)

Documentation

In an interactive bookmark list, hide the filenames of the bookmarks.

Source Code

;; Defined in /usr/src/emacs/lisp/bookmark.el.gz
(defun bookmark-bmenu-hide-filenames (&optional _)
  "In an interactive bookmark list, hide the filenames of the bookmarks."
  (setq bookmark-bmenu-toggle-filenames nil)
  (bookmark-bmenu-surreptitiously-rebuild-list))