From 3f3b55cdff2310f519e4cbc41b23d68e2e4d3f17 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 10 Jul 2020 19:50:23 +0530 Subject: Fix unbalanced parentheses due to an earlier partial commit. * ennu.el (ennu-server-start): Fix unbalanced parentheses. --- ennu.el | 2 -- 1 file changed, 2 deletions(-) (limited to 'ennu.el') diff --git a/ennu.el b/ennu.el index 0a4114a..439e1d9 100644 --- a/ennu.el +++ b/ennu.el @@ -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 -- cgit v1.2.3