Skip to content

Commit 1be5f38

Browse files
committed
fix: Compile warning
1 parent e3f2434 commit 1be5f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto-scroll-bar.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Optional argument FRAME is used to select frame's minibuffer."
184184
(auto-scroll-bar--hide-buffer " *Echo Area 0*")
185185
(auto-scroll-bar--hide-buffer " *Echo Area 1*")))
186186

187-
(defun auto-scroll-bar--size-change (&optional frame &rest _)
187+
(defun auto-scroll-bar--size-change (&optional _frame &rest _)
188188
"Show/Hide all visible windows in FRAME."
189189
(elenv-with-no-redisplay
190190
(dolist (win (get-buffer-window-list))

0 commit comments

Comments
 (0)