File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8474,7 +8474,7 @@ nil."
8474
8474
Call CALLBACK on success or ERROR-CALLBACK on failure."
8475
8475
(url-retrieve
8476
8476
url
8477
- (lambda (status &rest args )
8477
+ (lambda (status &rest _ )
8478
8478
(cond
8479
8479
;; Check for errors
8480
8480
((plist-get status :error)
@@ -8501,7 +8501,7 @@ Call CALLBACK on success or ERROR-CALLBACK on failure."
8501
8501
(funcall error-callback err))))))
8502
8502
nil 'silent 'inhibit-cookies))
8503
8503
8504
- (defun lsp-download-install--verify-signature (main -url main-file asc-url pgp-key)
8504
+ (defun lsp-download-install--verify-signature (_main -url main-file asc-url pgp-key)
8505
8505
"Verify GPG signature for MAIN-FILE.
8506
8506
Download signature from ASC-URL and verify with PGP-KEY.
8507
8507
This is a synchronous operation that should be called after the main download."
You can’t perform that action at this time.
0 commit comments