[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[emacs-w3m/emacs-w3m] Address error in toggling vertical/horizontal popup window splits. (#95)
- From: vjorlikowski <notifications@xxxxxxxxxx>
- Date: Wed, 09 Jun 2021 14:23:49 -0700
- X-ml-name: emacs-w3m
- X-mail-count: 13782
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
Patch Links:
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.