feature/popup: fix +popup/toggle always opening *Messagse*
Because +popup/restore would always return nil.
This commit is contained in:
parent
c03d0dbc06
commit
bfcbb9ca01
1 changed files with 2 additions and 1 deletions
|
@ -348,7 +348,8 @@ the message buffer in a popup window."
|
|||
if (and (buffer-live-p buffer)
|
||||
(display-buffer buffer))
|
||||
do (window-state-put state it))
|
||||
(setq +popup--last nil))
|
||||
(setq +popup--last nil)
|
||||
t)
|
||||
|
||||
;;;###autoload
|
||||
(defun +popup/raise ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue