Shut up Emacs 29's byte-compiler (#404)

* Shut up Emacs 29's byte-compiler

* Fix docstring to comply with checkdoc
This commit is contained in:
Brian Leung 2022-11-03 07:46:06 -07:00 committed by GitHub
parent 263428053b
commit c596ac7b88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1236,8 +1236,8 @@ Special keys for utop:
(declare-function company-begin-backend "ext:company")
(declare-function company-grab-symbol-cons "ext:company")
(defun utop-company-backend (command &optional _arg &rest ignored)
"company backend for utop completions"
(defun utop-company-backend (command &optional _arg &rest _ignored)
"Perform an action determined by COMMAND."
(interactive (list 'interactive))
(pcase command
('interactive (company-begin-backend 'utop-company-backend))