Fix +popup/raise for consecutive popups
This commit is contained in:
parent
2c7f917691
commit
ba23b63f5c
1 changed files with 3 additions and 2 deletions
|
@ -400,10 +400,11 @@ the message buffer in a popup window."
|
|||
(unless (+popup-window-p window)
|
||||
(user-error "Cannot raise a non-popup window"))
|
||||
(let ((buffer (current-buffer))
|
||||
(+popup--inhibit-transient t)
|
||||
+popup--remember-last)
|
||||
(set-window-parameter window 'ttl nil)
|
||||
(+popup/close window 'force)
|
||||
(display-buffer-pop-up-window buffer nil)))
|
||||
(let (display-buffer-alist)
|
||||
(pop-to-buffer buffer))))
|
||||
|
||||
;;;###autoload
|
||||
(defun +popup/diagnose ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue