From: tomo Date: Tue, 2 Apr 2002 16:51:16 +0000 (+0000) Subject: (char-db-coded-charset-priority-list): Ignore all `mojikyo-*'. X-Git-Tag: r21-2-44-0_18-m7~112 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=70023c9968689446daac5c7af73608ea424825b3;p=chise%2Fxemacs-chise.git.1 (char-db-coded-charset-priority-list): Ignore all `mojikyo-*'. --- diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index 687b430..8a4d35d 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -1,6 +1,6 @@ ;;; char-db-util.el --- Character Database utility -;; Copyright (C) 1998,1999,2000,2001 MORIOKA Tomohiko. +;; Copyright (C) 1998,1999,2000,2001,2002 MORIOKA Tomohiko. ;; Author: MORIOKA Tomohiko ;; Keywords: UTF-2000, ISO/IEC 10646, Unicode, UCS-4, MULE. @@ -159,7 +159,7 @@ arabic-digit arabic-1-column arabic-2-column))) - ((string-match "^mojikyo-pj-" (symbol-name (car rest)))) + ((string-match "^mojikyo-" (symbol-name (car rest)))) ((string-match "^ideograph-gt-pj-" (symbol-name (car rest))) (unless (memq 'ideograph-gt dest) (setq dest (cons 'ideograph-gt dest))))