From: MORIOKA Tomohiko Date: Thu, 11 Feb 2021 15:45:33 +0000 (+0900) Subject: (www-uri-encode-object): Use `www-uri-encode-feature-name' instead of X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d00913fb8c672303d39b3fcb37ec5c023dffdf98;p=chise%2Fest.git (www-uri-encode-object): Use `www-uri-encode-feature-name' instead of `est-uri-encode-feature-name-body'. --- diff --git a/cwiki-common.el b/cwiki-common.el index b72cfb3..289cb9b 100644 --- a/cwiki-common.el +++ b/cwiki-common.el @@ -680,8 +680,8 @@ (format (if est-hide-cgi-mode "rep.id=%s" "rep.id:%s") - (est-uri-encode-feature-name-body - (format "%s" (concord-object-id object)))))) + (www-uri-encode-feature-name + (concord-object-id object))))) (defun est-format-object (object &optional readable) (if (characterp object)