remove extraneous spaces

This commit is contained in:
mir 2024-02-24 18:36:12 -09:00
parent 877e854146
commit a4a03ae6e2

View File

@ -140,7 +140,7 @@ If STACKDEPTH is non-nil and nonzero, return a position that far down."
If FRAME is the root Emacs window, or some other symbol, hide all notiboxes." If FRAME is the root Emacs window, or some other symbol, hide all notiboxes."
(let ((frame (notibox--resolve-frame frame))) (let ((frame (notibox--resolve-frame frame)))
(if frame (if frame
(notibox--hide frame) (notibox--hide frame)
(notibox--hide (car notibox-current-posframes)) (notibox--hide (car notibox-current-posframes))
)) ))
@ -160,7 +160,7 @@ If FRAME is the root Emacs window, or some other symbol, hide all notiboxes."
:depth 0))) :depth 0)))
(if notibox-current-posframes (if notibox-current-posframes
(notibox-delete (car notibox-current-posframes)))) (notibox-delete (car notibox-current-posframes))))
) )
(defun notibox/setup-timer () (defun notibox/setup-timer ()
"Start running notibox." "Start running notibox."