diff options
-rw-r--r-- | ennu.el | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -498,8 +498,6 @@ as keys. Keys are compared using `equal'." (setq httpd-root (expand-file-name (ennu-setting :output-directory) (ennu-setting :working-directory))) (defun httpd/ (proc uri-path query request) - (let ((uri-path (httpd-unhex uri-path)) - (file-path (httpd-gen-path uri-path))) (let* ((uri-path (httpd-unhex uri-path)) (file-path (httpd-gen-path uri-path))) (cond |