Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CHISE
tomoyo-tools
Commits
988f1cc2
Commit
988f1cc2
authored
Feb 19, 2021
by
MORIOKA Tomohiko
Browse files
(www-uri-encode-feature-name): Fix problem when feature-name is not
symbol.
parent
5618422c
Changes
1
Show whitespace changes
Inline
Side-by-side
chiset-common.el
View file @
988f1cc2
...
...
@@ -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."
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment