From 3db1a3058dc630aad5bec0dd027b144ae084f505 Mon Sep 17 00:00:00 2001 From: tomo Date: Sat, 13 Nov 1999 17:19:19 +0000 Subject: [PATCH] Reformatted. --- lisp/utf-2000/u00300-Combining-Diacritical-Marks.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/utf-2000/u00300-Combining-Diacritical-Marks.el b/lisp/utf-2000/u00300-Combining-Diacritical-Marks.el index 9a90387..c12e58c 100644 --- a/lisp/utf-2000/u00300-Combining-Diacritical-Marks.el +++ b/lisp/utf-2000/u00300-Combining-Diacritical-Marks.el @@ -458,18 +458,18 @@ (ucs . #x0340) (general-category mark non-spacing) ; Normative Category (bidi-category . "NSM") - (->decomposition #x0300) (mirrored . nil) (iso-10646-comment . "Vietnamese") + (->decomposition #x0300) )) (define-char '((name . "COMBINING ACUTE TONE MARK") (ucs . #x0341) (general-category mark non-spacing) ; Normative Category (bidi-category . "NSM") - (->decomposition #x0301) (mirrored . nil) (iso-10646-comment . "Vietnamese") + (->decomposition #x0301) )) (define-char '((name . "COMBINING GREEK PERISPOMENI") @@ -483,16 +483,16 @@ (ucs . #x0343) (general-category mark non-spacing) ; Normative Category (bidi-category . "NSM") - (->decomposition #x0313) (mirrored . nil) + (->decomposition #x0313) )) (define-char '((name . "COMBINING GREEK DIALYTIKA TONOS") (ucs . #x0344) (general-category mark non-spacing) ; Normative Category (bidi-category . "NSM") - (->decomposition #x0308 #x0301) (mirrored . nil) + (->decomposition #x0308 #x0301) )) (define-char '((name . "COMBINING GREEK YPOGEGRAMMENI") -- 1.7.10.4