Function: msb--toggle-menu-type

msb--toggle-menu-type is an interactive and byte-compiled function defined in msb.el.gz.

Signature

(msb--toggle-menu-type)

Documentation

Multi-purpose function for selecting a buffer with the mouse.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/msb.el.gz
(defun msb--toggle-menu-type ()
  "Multi-purpose function for selecting a buffer with the mouse."
  (interactive)
  (setq msb-files-by-directory (not msb-files-by-directory))
  ;; This gets a warning, but it is correct,
  ;; because this file redefines menu-bar-update-buffers.
  (msb-menu-bar-update-buffers t))