Function: bookmark-bmenu-1-window

bookmark-bmenu-1-window is an interactive and byte-compiled function defined in bookmark.el.gz.

Signature

(bookmark-bmenu-1-window)

Documentation

Select this line's bookmark, alone, in full frame.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/bookmark.el.gz
(defun bookmark-bmenu-1-window ()
  "Select this line's bookmark, alone, in full frame."
  (interactive nil bookmark-bmenu-mode)
  (bookmark-jump (bookmark-bmenu-bookmark))
  (bury-buffer (other-buffer))
  (delete-other-windows))