projects
/
chise
/
est.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
069ff17
)
(www-uri-make-feature-name-url): Add new argument `uri-genre' to
author
MORIOKA Tomohiko
<tomo@kanji.zinbun.kyoto-u.ac.jp>
Thu, 9 Dec 2010 05:26:10 +0000
(14:26 +0900)
committer
MORIOKA Tomohiko
<tomo@kanji.zinbun.kyoto-u.ac.jp>
Thu, 9 Dec 2010 05:26:10 +0000
(14:26 +0900)
support non-character objects.
cwiki-common.el
patch
|
blob
|
history
diff --git
a/cwiki-common.el
b/cwiki-common.el
index
9e14138
..
c76c72c
100644
(file)
--- a/
cwiki-common.el
+++ b/
cwiki-common.el
@@
-364,9
+364,9
@@
)
(t feature-name)))
-(defun www-uri-make-feature-name-url (uri-feature-name uri-char)
- (format "%s?feature=%s&char=%s"
- chise-wiki-view-url uri-feature-name uri-char))
+(defun www-uri-make-feature-name-url (uri-genre uri-feature-name uri-object)
+ (format "%s?feature=%s&%s=%s"
+ chise-wiki-view-url uri-feature-name uri-genre uri-object))
(defun www-uri-decode-object (genre char-rep)
(let (ccs cpos)