Silence byte-compiler warning: unused lexical arg
This commit is contained in:
parent
1eae57a0b4
commit
194bcf4c60
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ non-nil, return paths of possible modules, activated or otherwise."
|
|||
;; Prevent packages from being loaded at compile time if they don't meet their
|
||||
;; own predicates.
|
||||
(push (list :no-require t
|
||||
(lambda (name args)
|
||||
(lambda (_name args)
|
||||
(and (bound-and-true-p byte-compile-current-file)
|
||||
(or (when-let* ((pred (or (plist-get args :if)
|
||||
(plist-get args :when))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue