Skip to content

Commit

Permalink
fix: Compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jul 15, 2024
1 parent 98e9e7e commit 6643972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts-fold-indicators.el
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ Argument FOLDED holds folding state; it's a boolean."
(let ((folded (ts-fold-overlay-at node)))
(ts-fold-indicators--create-overlays beg end folded))))

(defun ts-fold-indicators--size-change (&optional frame &rest _)
(defun ts-fold-indicators--size-change (&optional _frame &rest _)
"Render indicators for all visible windows from FRAME."
(ts-fold--with-no-redisplay
(dolist (win (get-buffer-window-list))
Expand Down

0 comments on commit 6643972

Please sign in to comment.