From: MORIOKA Tomohiko Date: Fri, 19 Feb 2021 02:30:24 +0000 (+0900) Subject: (www-uri-encode-feature-name): Fix problem when feature-name is not X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=988f1cc252215e384fda739f21410a4081c3a412;p=chise%2Ftomoyo-tools.git (www-uri-encode-feature-name): Fix problem when feature-name is not symbol. --- diff --git a/chiset-common.el b/chiset-common.el index 4d147f2..d612fdd 100644 --- a/chiset-common.el +++ b/chiset-common.el @@ -241,7 +241,7 @@ (t (intern uri-feature))))) (defun www-uri-encode-feature-name (feature-name) - (setq feature-name (symbol-name feature-name)) + (setq feature-name (format "%s" feature-name)) (cond ((string-match "^=\\+>\\([^=>]+\\)" feature-name) (concat "o."