From d6c8bf36d36b4cbccd679c8272360c24a18efd0e Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 16 Jun 2003 08:37:54 +0000 Subject: [PATCH] Add `=gt' features for isolated GT characters. --- lisp/utf-2000/isolated-char.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/utf-2000/isolated-char.el b/lisp/utf-2000/isolated-char.el index 0b2be87..2e9f025 100644 --- a/lisp/utf-2000/isolated-char.el +++ b/lisp/utf-2000/isolated-char.el @@ -181,6 +181,8 @@ plane (string-to-int (match-string 4)) code (string-to-int (match-string 5) 16)) (put-char-attribute (decode-builtin-char '=gt gt-code) + '=gt gt-code) + (put-char-attribute (decode-builtin-char '=gt gt-code) (intern (format "=gt-pj-%d" plane)) code) ))) -- 1.7.10.4