Initial Commit
[packages] / mule-packages / mule-ucs / lisp / jisx0213 / jisx0213.el
1 ;;; jisx0213.el --- Setup file for JIS X 0213 configuration.
2
3 ;; Copyright (C) 2000 Miyashita Hisashi
4
5 ;; Keywords: mule, multilingual, font,
6 ;;           coding-system, character-set,
7 ;;           Unicode, JIS X 0213
8
9 ;; This file is free software; you can redistribute it and/or modify
10 ;; it under the terms of the GNU General Public License as published by
11 ;; the Free Software Foundation; either version 2 of the License, or
12 ;; (at your option) any later version.
13 ;;
14 ;; This program is distributed in the hope that it will be useful,
15 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
16 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 ;; GNU General Public License for more details.
18 ;;
19 ;; You should have received a copy of the GNU General Public License
20 ;; along with this program; if not, write to the Free Software
21 ;; Foundation, Inc., 59 Temple Place - Suite 330,
22 ;; Boston, MA 02111-1307, USA.
23
24 ;;; This module only load other configuration modules.
25
26 ;; Character set definition.
27 (require 'x0213-cdef)
28
29 ;; Unicode translation setup.
30 (require 'x0213-udef)
31
32 ;; JIS X 0213 coding systems setup.
33 (require 'x0213-csys)
34
35 ;; font and its encoder setup.
36 (require 'x0213-font)
37
38 ;; MIME configuration for APEL/FLIM/SEMI.
39 (require 'x0213-mime)
40
41 (provide 'jisx0213)