X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Futf-2000%2Fchise-subr.el;h=61011205db6aeba20c42e607b55e4336a7ad237f;hb=348e63a08936312283028ff3702b0d15e8e3529d;hp=dd1153d26968ec94f22bbcf701a6383630082c0f;hpb=47bf6172ffbc1f38ce6bc2e02c98e6f945fb4170;p=chise%2Fxemacs-chise.git- 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 ;;;