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