From bc7289889b11907895d3d1b80664b0cbadb7750a Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Sat, 12 Aug 2023 16:35:12 -0800 Subject: [PATCH] Fix unbalanced parentheses error --- notibox.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notibox.el b/notibox.el index 9d0133f..fb75543 100644 --- a/notibox.el +++ b/notibox.el @@ -139,7 +139,7 @@ If FRAME is the root Emacs window, or some other symbol, hide all notiboxes." (if frame (notibox--hide frame) (notibox--hide (car notibox-current-posframes)) - ))) + )) (pop notibox-current-posframes)) ;; (frame-parent (selected-frame)) ;=> nil