From: tomo Date: Mon, 16 Jun 2003 08:37:54 +0000 (+0000) Subject: Add `=gt' features for isolated GT characters. X-Git-Tag: r21-4-11-chise-0_21-pre8^2~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d6c8bf36d36b4cbccd679c8272360c24a18efd0e;p=chise%2Fxemacs-chise.git- Add `=gt' features for isolated GT characters. --- 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) )))