Function: aw-switch-buffer-other-window

aw-switch-buffer-other-window is a byte-compiled function defined in ace-window.el.

Signature

(aw-switch-buffer-other-window WINDOW)

Documentation

Switch buffer in WINDOW.

Source Code

;; Defined in ~/.emacs.d/elpa/ace-window-20220911.358/ace-window.el
(defun aw-switch-buffer-other-window (window)
  "Switch buffer in WINDOW."
  (aw-switch-to-window window)
  (unwind-protect
      (aw--switch-buffer)
    (aw-flip-window)))