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:
d87e53c
)
(www-display-char-desc): Use `char-feature-name-sans-versions' to
author
MORIOKA Tomohiko
<tomo@kanji.zinbun.kyoto-u.ac.jp>
Wed, 31 Mar 2010 14:38:10 +0000
(23:38 +0900)
committer
MORIOKA Tomohiko
<tomo@kanji.zinbun.kyoto-u.ac.jp>
Wed, 31 Mar 2010 14:38:10 +0000
(23:38 +0900)
avoid domain `$rev=latest' when sort feature-names.
cwiki-view.el
patch
|
blob
|
history
diff --git
a/cwiki-view.el
b/cwiki-view.el
index
4834330
..
76ce3f3
100644
(file)
--- a/
cwiki-view.el
+++ b/
cwiki-view.el
@@
-50,7
+50,9
@@
(princ "<ul>"))
(dolist (cell (sort (char-attribute-alist char)
(lambda (a b)
- (char-attribute-name< (car a)(car b)))))
+ (char-attribute-name<
+ (char-feature-name-sans-versions (car a))
+ (char-feature-name-sans-versions (car b))))))
(setq logical-feature (char-feature-name-sans-versions (car cell)))
(unless (memq logical-feature displayed-features)
(push logical-feature displayed-features)