(www-display-char-desc): Use `char-feature-name-sans-versions' to
authorMORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
Wed, 31 Mar 2010 14:38:10 +0000 (23:38 +0900)
committerMORIOKA 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

index 4834330..76ce3f3 100644 (file)
@@ -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)