From 0c97e3e54fe4479c7844b0ecfafc65c7b6102a27 Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 1 Aug 2005 09:44:35 +0000 Subject: [PATCH] (): Use `=>decomposition@compat' instead of `->decomposition'. --- lisp/utf-2000/u020A0-Currency-Symbols.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/utf-2000/u020A0-Currency-Symbols.el b/lisp/utf-2000/u020A0-Currency-Symbols.el index 830c76d..35d10e5 100644 --- a/lisp/utf-2000/u020A0-Currency-Symbols.el +++ b/lisp/utf-2000/u020A0-Currency-Symbols.el @@ -60,7 +60,13 @@ (general-category symbol currency) ; Informative Category (bidi-category . "ET") (mirrored . nil) - (->decomposition compat #x0052 #x0073) + (=>decomposition@compat + ((name . "LATIN CAPITAL LETTER R") + (=ucs . #x0052) ; R + ) + ((name . "LATIN SMALL LETTER S") + (=ucs . #x0073) ; s + )) (=ucs . #x20A8) ; ₨ )) (define-char -- 1.7.10.4