Skip to content

Commit

Permalink
fix: Incase args
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jun 26, 2024
1 parent 2c42956 commit eb84fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sideline.el
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ If argument ON-LEFT is non-nil, it will align to the left instead of right."
sideline-render-this-command nil)
t)))

(defun sideline--before-revert ()
(defun sideline--before-revert (&rest _)
"Before revert."
(sideline--reset))

Expand Down

0 comments on commit eb84fa5

Please sign in to comment.