Fix unbalanced parentheses error

This commit is contained in:
MitchMarq42 2023-08-12 16:35:12 -08:00
parent 43d8196507
commit bc7289889b

View File

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