From: tomo Date: Fri, 1 Apr 2005 15:26:00 +0000 (+0000) Subject: Update header. X-Git-Tag: r21-4-15-chise-0_22^2~263 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a14e6b331abbdfae7e25bc4f4bef8f13fb5c4f76;p=chise%2Fxemacs-chise.git Update header. --- diff --git a/lisp/utf-2000/read-maps.el b/lisp/utf-2000/read-maps.el index 842cac1..5258505 100644 --- a/lisp/utf-2000/read-maps.el +++ b/lisp/utf-2000/read-maps.el @@ -1,6 +1,6 @@ ;;; read-maps.el --- Read mapping-tables. -;; Copyright (C) 2002,2003,2004 MORIOKA Tomohiko +;; Copyright (C) 2002,2003,2004,2005 MORIOKA Tomohiko ;; Author: MORIOKA Tomohiko ;; Keywords: mapping table, character, CCS, multiscript, multilingual @@ -149,6 +149,8 @@ UCS-REGEXP is a regular expression to match against (encode-char chr '=ucs@jis/fw 'defined-only)) ((eq ucs-ccs '=ucs@gb) (encode-char chr '=ucs@gb/fw 'defined-only)) + ;; ((eq ucs-ccs '=ucs@big5) + ;; nil) (t (char-feature chr '=>ucs)))) ucs-code)))