diff options
| author | Arun Isaac | 2022-08-18 21:58:15 +0530 | 
|---|---|---|
| committer | Arun Isaac | 2022-08-18 21:58:15 +0530 | 
| commit | 20a7975431249925669ec5ea4d818d4cc615b22c (patch) | |
| tree | a37b98af96e9144b6a89507a7b749a340b5fe5d8 | |
| parent | 43f583e07796c6bb74c23470078e8db99bfe5f26 (diff) | |
| download | ennum-20a7975431249925669ec5ea4d818d4cc615b22c.tar.gz ennum-20a7975431249925669ec5ea4d818d4cc615b22c.tar.lz ennum-20a7975431249925669ec5ea4d818d4cc615b22c.zip | |
Mark query argument of httpd/ as unused.
* ennum.el (ennum-server-start): Mark query argument of httpd/ as unused.
| -rw-r--r-- | ennum.el | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 | 
