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:
a9bb1df
)
(www-batch-view): Fix problem to edit feature of non-character
author
MORIOKA Tomohiko
<tomo@kanji.zinbun.kyoto-u.ac.jp>
Thu, 9 Dec 2010 05:27:19 +0000
(14:27 +0900)
committer
MORIOKA Tomohiko
<tomo@kanji.zinbun.kyoto-u.ac.jp>
Thu, 9 Dec 2010 05:27:19 +0000
(14:27 +0900)
objects.
cwiki-view.el
patch
|
blob
|
history
diff --git
a/cwiki-view.el
b/cwiki-view.el
index
669f5bf
..
e2ca292
100644
(file)
--- a/
cwiki-view.el
+++ b/
cwiki-view.el
@@
-332,8
+332,8
@@
size=\"30\" maxlength=\"30\" value=\"%s\" />"
((eq (car ret) 'feature)
(www-display-feature-desc
(decode-uri-string (cdr ret) 'utf-8-mcs-er)
- (car ret)
- (cdr (assq 'char target))
+ (car (nth 1 target))
+ (cdr (nth 1 target))
lang
(eq mode 'simple))
)