Fix unbalanced parentheses error
This commit is contained in:
parent
43d8196507
commit
bc7289889b
@ -139,7 +139,7 @@ If FRAME is the root Emacs window, or some other symbol, hide all notiboxes."
|
|||||||
(if frame
|
(if frame
|
||||||
(notibox--hide frame)
|
(notibox--hide frame)
|
||||||
(notibox--hide (car notibox-current-posframes))
|
(notibox--hide (car notibox-current-posframes))
|
||||||
)))
|
))
|
||||||
|
|
||||||
(pop notibox-current-posframes))
|
(pop notibox-current-posframes))
|
||||||
;; (frame-parent (selected-frame)) ;=> nil
|
;; (frame-parent (selected-frame)) ;=> nil
|
||||||
|
Loading…
Reference in New Issue
Block a user