diff options
-rw-r--r-- | ennum.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |