feature/popup: fix +popup/toggle always opening *Messagse*

Because +popup/restore would always return nil.
This commit is contained in:
Henrik Lissner 2018-01-09 16:42:08 -05:00
parent c03d0dbc06
commit bfcbb9ca01
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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 ()