evil-collection-company-whole-lines: Silence byte compiler.

This commit is contained in:
okamsn 2022-11-28 14:26:41 -05:00 committed by Youmu
parent 8a278effe5
commit 23425ca8dc
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
(t t)))
;;;###autoload
(defun evil-collection-company-whole-lines (command &optional arg &rest ignored)
(defun evil-collection-company-whole-lines (command &optional arg &rest _ignored)
"`company-mode' completion backend that completes whole-lines, akin to vim's
C-x C-l."
(interactive (list 'interactive))