Function: Buffer-menu-mark
Buffer-menu-mark is an interactive and byte-compiled function defined
in buff-menu.el.gz.
Signature
(Buffer-menu-mark)
Documentation
Mark the Buffer menu entry at point for later display.
It will be displayed by the v (Buffer-menu-select) command.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/buff-menu.el.gz
;;; Commands for modifying Buffer Menu entries.
(defun Buffer-menu-mark ()
"Mark the Buffer menu entry at point for later display.
It will be displayed by the \\<Buffer-menu-mode-map>\\[Buffer-menu-select] command."
(interactive nil Buffer-menu-mode)
(tabulated-list-set-col 0 (char-to-string Buffer-menu-marker-char) t)
(forward-line))