Function: mode-line-other-buffer
mode-line-other-buffer is an interactive and byte-compiled function
defined in bindings.el.gz.
Signature
(mode-line-other-buffer)
Documentation
Switch to the most recently selected buffer other than the current one.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/bindings.el.gz
(defun mode-line-other-buffer ()
"Switch to the most recently selected buffer other than the current one."
(interactive)
(switch-to-buffer (other-buffer) nil t))