From a6f91bf5efb56931151866d02c6980a5d131fcb0 Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 3 Mar 2010 11:33:45 +0000 Subject: [PATCH] Don't rename `=>jis-x0208@1997' to `=>jis-x0208' and add `=>jis-x0213-1' for J97-332A. --- lisp/utf-2000/maps-conf.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lisp/utf-2000/maps-conf.el b/lisp/utf-2000/maps-conf.el index 1ab6144..81e4e05 100644 --- a/lisp/utf-2000/maps-conf.el +++ b/lisp/utf-2000/maps-conf.el @@ -192,9 +192,10 @@ (when (setq char (decode-char '=jis-x0213-1@2004 code)) (unless (eq (encode-char char '=ucs@jis/2004) ucs) (put-char-attribute char '=ucs@jis/2004 ucs))) - (when (setq char (decode-char '=>jis-x0208@1997 code 'defined-only)) - (put-char-attribute char '=>jis-x0208 code) - (remove-char-attribute char '=>jis-x0208@1997)) + (unless (eq code #x332A) + (when (setq char (decode-char '=>jis-x0208@1997 code 'defined-only)) + (put-char-attribute char '=>jis-x0208 code) + (remove-char-attribute char '=>jis-x0208@1997))) ))) (map-char-attribute -- 1.7.10.4