From d00913fb8c672303d39b3fcb37ec5c023dffdf98 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Fri, 12 Feb 2021 00:45:33 +0900 Subject: [PATCH] (www-uri-encode-object): Use `www-uri-encode-feature-name' instead of `est-uri-encode-feature-name-body'. --- cwiki-common.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 1.7.10.4