Skip to content

Commit c596ac7

Browse files
authored
Shut up Emacs 29's byte-compiler (#404)
* Shut up Emacs 29's byte-compiler * Fix docstring to comply with checkdoc
1 parent 2634280 commit c596ac7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/top/utop.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -1236,8 +1236,8 @@ Special keys for utop:
12361236
(declare-function company-begin-backend "ext:company")
12371237
(declare-function company-grab-symbol-cons "ext:company")
12381238

1239-
(defun utop-company-backend (command &optional _arg &rest ignored)
1240-
"company backend for utop completions"
1239+
(defun utop-company-backend (command &optional _arg &rest _ignored)
1240+
"Perform an action determined by COMMAND."
12411241
(interactive (list 'interactive))
12421242
(pcase command
12431243
('interactive (company-begin-backend 'utop-company-backend))

0 commit comments

Comments
 (0)