emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/company 00a739f968 3/3: Silence two more


From: ELPA Syncer
Subject: [elpa] externals/company 00a739f968 3/3: Silence two more
Date: Wed, 30 Nov 2022 08:57:25 -0500 (EST)

branch: externals/company
commit 00a739f9684c68c8445b04f33fb8536a07ae34bd
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@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

[Prev in Thread] Current Thread [Next in Thread]