projects
/
chise
/
tomoyo-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5618422
)
(www-uri-encode-feature-name): Fix problem when feature-name is not
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Fri, 19 Feb 2021 02:30:24 +0000
(11:30 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Tue, 23 Feb 2021 11:46:09 +0000
(20:46 +0900)
symbol.
chiset-common.el
patch
|
blob
|
history
diff --git
a/chiset-common.el
b/chiset-common.el
index
4d147f2
..
d612fdd
100644
(file)
--- 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."