branch: externals/company
commit 00a739f9684c68c8445b04f33fb8536a07ae34bd
Author: Dmitry Gutov <dgu...@yandex.ru>
Commit: Dmitry Gutov <dgu...@yandex.ru>

    Silence two more
---
 company-css.el   | 2 +-
 company-elisp.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/company-css.el b/company-css.el
index f5ac7c7fd6..21f5b76fdf 100644
--- a/company-css.el
+++ b/company-css.el
@@ -414,7 +414,7 @@ Returns \"\" if no property found, but feasible at this 
position."
   "A regular expression matching CSS tags.")
 
 ;;;###autoload
-(defun company-css (command &optional arg &rest ignored)
+(defun company-css (command &optional arg &rest _ignored)
   "`company-mode' completion backend for `css-mode'."
   (interactive (list 'interactive))
   (cl-case command
diff --git a/company-elisp.el b/company-elisp.el
index 23fe6af4d6..98d01482c3 100644
--- a/company-elisp.el
+++ b/company-elisp.el
@@ -193,7 +193,7 @@ first in the candidates list."
          (match-string 0 doc))))
 
 ;;;###autoload
-(defun company-elisp (command &optional arg &rest ignored)
+(defun company-elisp (command &optional arg &rest _ignored)
   "`company-mode' completion backend for Emacs Lisp."
   (interactive (list 'interactive))
   (cl-case command

Reply via email to