From: tomo Date: Wed, 10 Aug 2005 17:35:02 +0000 (+0000) Subject: Use `=decomposition' instead of `->decomposition'. X-Git-Tag: r21-4-17-chise-0_22-4^20~294 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=edf4be4e47b9fe031b117dabef7badc4f2d518bb;p=chise%2Fxemacs-chise.git- Use `=decomposition' instead of `->decomposition'. --- diff --git a/lisp/utf-2000/ruimoku6.el b/lisp/utf-2000/ruimoku6.el index fcc0a04..8c0456d 100644 --- a/lisp/utf-2000/ruimoku6.el +++ b/lisp/utf-2000/ruimoku6.el @@ -108,7 +108,13 @@ (define-char '((name* . "latin small letter a with macron and acute") (general-category letter lowercase) ; Normative Category - (->decomposition #x0101 #x0301) + (=decomposition + ((name . "LATIN SMALL LETTER A WITH MACRON") + (=ucs . #x0101) ; ā + ) + ((name . "COMBINING ACUTE ACCENT") + (=ucs . #x0301) ; ́ + )) (sources bos=C011091-00007) (=ruimoku-v6 . #xE00D) ; &RUI6-E00D; ))