From 8be1ef498b81628214ab5e78739661faaf9d950f Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 30 Jul 2024 04:46:12 -0400 Subject: [PATCH] fix(lsp): void-variable args error Fix: #7974 Fix: #7970 Amend: 85b7b6151b99 --- modules/tools/lsp/+lsp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tools/lsp/+lsp.el b/modules/tools/lsp/+lsp.el index 95abfd247..c82805ff4 100644 --- a/modules/tools/lsp/+lsp.el +++ b/modules/tools/lsp/+lsp.el @@ -51,7 +51,7 @@ Can be a list of backends; accepts any value `company-backends' accepts.") ;; Thank god a (non-inlined) function is used to build the URL, so we have ;; something to advise. ;; REVIEW: Remove when zigtools/zls#1879 is resolved. - (defadvice! +lsp--use-correct-zls-download-url-a (fn &rest _) + (defadvice! +lsp--use-correct-zls-download-url-a (fn &rest args) "See zigtools/zls#1879." :around #'lsp-zig--zls-url (let ((lsp-zig-download-url-format