Fix with-popup-rules! macro
Mistreating its RULES argument, causing void-function errors.
This commit is contained in:
parent
25bc9cfbaf
commit
0bea00c183
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ should match the arguments of `+popup-define' or the :popup setting."
|
|||
(declare (indent defun))
|
||||
`(let ((+popup--display-buffer-alist +popup--old-display-buffer-alist)
|
||||
display-buffer-alist)
|
||||
(set-popup-rules! ,@rules)
|
||||
(set-popup-rules! ,rules)
|
||||
(when (bound-and-true-p +popup-mode)
|
||||
(setq display-buffer-alist +popup--display-buffer-alist))
|
||||
,@body))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue