From edf4be4e47b9fe031b117dabef7badc4f2d518bb Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 10 Aug 2005 17:35:02 +0000 Subject: [PATCH] Use `=decomposition' instead of `->decomposition'. --- lisp/utf-2000/ruimoku6.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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; )) -- 1.7.10.4