From: tomo Date: Fri, 4 Jun 2010 10:06:37 +0000 (+0000) Subject: (char-db-feature-domains): New variable [moved from char-db-util.el]. X-Git-Tag: chise-base-0_25^20~8 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=3ab225ec16f5b5ce5a2eccd23d10e6543c215a6d;p=chise%2Fxemacs-chise.git (char-db-feature-domains): New variable [moved from char-db-util.el]. --- diff --git a/lisp/utf-2000/chise-subr.el b/lisp/utf-2000/chise-subr.el index dd1153d..6101120 100644 --- a/lisp/utf-2000/chise-subr.el +++ b/lisp/utf-2000/chise-subr.el @@ -1,7 +1,7 @@ ;;; chise-subr.el --- basic lisp subroutines for XEmacs CHISE -;; Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2008, 2009, 2010 -;; MORIOKA Tomohiko. +;; Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, +;; 2010 MORIOKA Tomohiko. ;; Author: MORIOKA Tomohiko ;; Keywords: CHISE, Character Database, ISO/IEC 10646, UCS, Unicode, MULE. @@ -25,6 +25,11 @@ ;;; Code: +(defvar char-db-feature-domains + '(ucs ucs/compat daikanwa cns gt jis jis/alt jis/a jis/b + jis-x0212 jis-x0213 cdp shinjigen misc unknown)) + + ;;; @ feature name ;;;