diff options
author | Arun Isaac | 2020-07-10 19:50:23 +0530 |
---|---|---|
committer | Arun Isaac | 2020-07-10 19:50:23 +0530 |
commit | 3f3b55cdff2310f519e4cbc41b23d68e2e4d3f17 (patch) | |
tree | c403d604194f7f61df518102b9f1f6144c826e2b /ennu.el | |
parent | 17519a392075a54a546f74dd23cc38a2297230c4 (diff) | |
download | ennum-3f3b55cdff2310f519e4cbc41b23d68e2e4d3f17.tar.gz ennum-3f3b55cdff2310f519e4cbc41b23d68e2e4d3f17.tar.lz ennum-3f3b55cdff2310f519e4cbc41b23d68e2e4d3f17.zip |
Fix unbalanced parentheses due to an earlier partial commit.
* ennu.el (ennu-server-start): Fix unbalanced parentheses.
Diffstat (limited to 'ennu.el')
-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 |