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:
f98348a
)
(www-edit-display-feature-input-box): If specified object is a symbol,
author
MORIOKA Tomohiko
<tomo@kanji.zinbun.kyoto-u.ac.jp>
Sun, 6 Feb 2011 20:31:06 +0000
(
05:31
+0900)
committer
MORIOKA Tomohiko
<tomo@kanji.zinbun.kyoto-u.ac.jp>
Sun, 6 Feb 2011 20:31:06 +0000
(
05:31
+0900)
treat it as a feature object.
cwiki-view.el
patch
|
blob
|
history
diff --git
a/cwiki-view.el
b/cwiki-view.el
index
e2a2796
..
1605d68
100644
(file)
--- a/
cwiki-view.el
+++ b/
cwiki-view.el
@@
-7,6
+7,9
@@
(defun www-edit-display-feature-input-box (char feature-name
&optional format value)
+ (if (symbolp char)
+ (setq char (or (concord-decode-object '=id char 'feature)
+ (concord-make-object 'feature char))))
(unless format
(setq format 'default))
(unless value