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:
56c06e2
)
(est-format-object): New function.
author
MORIOKA Tomohiko
<tomo@kanji.zinbun.kyoto-u.ac.jp>
Mon, 18 Oct 2010 01:33:35 +0000
(10:33 +0900)
committer
MORIOKA Tomohiko
<tomo@kanji.zinbun.kyoto-u.ac.jp>
Mon, 18 Oct 2010 01:33:35 +0000
(10:33 +0900)
cwiki-common.el
patch
|
blob
|
history
diff --git
a/cwiki-common.el
b/cwiki-common.el
index
4e07923
..
d814406
100644
(file)
--- a/
cwiki-common.el
+++ b/
cwiki-common.el
@@
-429,6
+429,11
@@
(encode-char char 'system-char-id))
)))))
+(defun est-format-object (object)
+ (if (characterp object)
+ (char-to-string object)
+ (format "%s" (concord-object-id object))))
+
;;; @ Feature name presentation
;;;