[emacs-w3m:13782] [emacs-w3m/emacs-w3m] Address error in toggling vertical/horizontal popup window splits. (#95)

vjorlikowski <[email protected]> Wed, 09 Jun 2021 14:23:49 -0700
Newsgroups gmane.emacs.w3m
Message-ID <emacs-w3m/emacs-w3m/pull/[email protected]>
By the time split-window is called, the locally let selected-window variable is no longer a valid window. Thus, we *actually* need to call the selected-window function here.
You can view, comment on, or merge this pull request online at:

  https://github.com/emacs-w3m/emacs-w3m/pull/95

-- Commit Summary --

  * By the time split-window is called, the locally let selected-window variable is no longer a valid window. Thus, we *actually* need to call the selected-window function here.

-- File Changes --

    M w3m.el (2)

-- Patch Links --

https://github.com/emacs-w3m/emacs-w3m/pull/95.patch
https://github.com/emacs-w3m/emacs-w3m/pull/95.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/emacs-w3m/emacs-w3m/pull/95