From cd66504497b802138a99c3752fb63622ea2bc551 Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 26 Jul 2005 08:00:20 +0000 Subject: [PATCH 1/1] Use `=decomposition' instead of `->decomposition'. --- lisp/utf-2000/additional-precomposed.el | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/lisp/utf-2000/additional-precomposed.el b/lisp/utf-2000/additional-precomposed.el index 61689f7..d08aa3e 100644 --- a/lisp/utf-2000/additional-precomposed.el +++ b/lisp/utf-2000/additional-precomposed.el @@ -2,13 +2,25 @@ (define-char '((name* . "latin capital letter m with ring below") (general-category letter uppercase) ; Normative Category - (->decomposition #x004D #x0325) + (=decomposition + ((name . "LATIN CAPITAL LETTER M") + (=ucs . #x004D) ; M + ) + ((name . "COMBINING RING BELOW") + (=ucs . #x0325) ; ̥ + )) (=jef-china3 . #x8AF0) ; &JC3-8AF0; )) (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; )) -- 1.7.10.4