From 20a7975431249925669ec5ea4d818d4cc615b22c Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 18 Aug 2022 21:58:15 +0530 Subject: Mark query argument of httpd/ as unused. * ennum.el (ennum-server-start): Mark query argument of httpd/ as unused. --- ennum.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ennum.el b/ennum.el index 8a8a8e2..7fc5754 100644 --- a/ennum.el +++ b/ennum.el @@ -745,7 +745,7 @@ as keys. Keys are compared using `equal'." (interactive) (setq httpd-root (expand-file-name (ennum-setting :output-directory) (ennum-setting :working-directory))) - (defun httpd/ (proc uri-path query request) + (defun httpd/ (proc uri-path _query request) (let* ((uri-path (httpd-unhex uri-path)) (file-path (httpd-gen-path uri-path))) (cond -- cgit v1.2.3