feature/popup: fix +popup/toggle
This commit is contained in:
parent
45bc438c37
commit
f087f731ef
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ This window parameter is ignored if FORCE-P is non-nil."
|
|||
the message buffer in a popup window."
|
||||
(interactive)
|
||||
(cond ((+popup-windows)
|
||||
(+popup/close-all))
|
||||
(+popup/close-all t))
|
||||
((ignore-errors (+popup/restore)))
|
||||
((display-buffer (get-buffer "*Messages*")))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue