Skip to content

Commit

Permalink
fix compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 7, 2024
1 parent 31cd734 commit 74f3b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sideline-cider.el
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Argument COMMAND is required in sideline backend."
(`face (or sideline-cider--overlay-face
'cider-result-overlay-face))))

(defun sideline-cider--result (value value-type &optional _point overlay-face &rest _)
(defun sideline-cider--result (value _value-type &optional _point overlay-face &rest _)
"Display the result VALUE."
(when (and value
sideline-cider--buffer)
Expand Down

0 comments on commit 74f3b8e

Please sign in to comment.