From ddeaac2017c624ecb802f6216440f1504962cdc4 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Fri, 20 Jun 2014 08:48:43 +0900 Subject: [PATCH] (est-format-unit): Support `est-hide-cgi-mode'. --- est-format.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/est-format.el b/est-format.el index 667f816..b9278ab 100644 --- a/est-format.el +++ b/est-format.el @@ -145,7 +145,9 @@ (list* 'a (list :href (concat (www-uri-make-object-url object) - "&feature=" + (if est-hide-cgi-mode + "/feature=" + "&feature=") (www-uri-encode-feature-name feature))) children))) )) -- 1.7.10.4