Function: follow-last-window
follow-last-window is an interactive and byte-compiled function
defined in follow.el.gz.
Signature
(follow-last-window)
Documentation
Select the last window in the frame showing the same buffer.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/follow.el.gz
(defun follow-last-window ()
"Select the last window in the frame showing the same buffer."
(interactive)
(select-window (car (reverse (follow-all-followers)))))