Variable: menu-bar-select-buffer-function

menu-bar-select-buffer-function is a variable defined in menu-bar.el.gz.

Value

switch-to-buffer

Documentation

Function to select the buffer chosen from the Buffers menu-bar menu.

It must accept a buffer as its only required argument.

Probably introduced at or before Emacs version 24.1.

Source Code

;; Defined in /usr/src/emacs/lisp/menu-bar.el.gz
(defvar menu-bar-select-buffer-function 'switch-to-buffer
  "Function to select the buffer chosen from the `Buffers' menu-bar menu.
It must accept a buffer as its only required argument.")