OSDN Git Service

fix typo in ChangeLog (2015-02-03) (2015-02-02)
[tamago-tsunagi/tamago-tsunagi.git] / jisx0213.el
1 ;;; jisx0213.el --- Charset Definition for JIS X 0213
2
3 ;; Copyright (C) 1999,2000 PFU LIMITED
4
5 ;; Author: KATAYAMA Yoshio <kate@pfu.co.jp>
6
7 ;; Keywords: mule, multilingual, input method
8
9 ;; This file is part of EGG.
10
11 ;; EGG is free software; you can redistribute it and/or modify
12 ;; it under the terms of the GNU General Public License as published by
13 ;; the Free Software Foundation; either version 2, or (at your option)
14 ;; any later version.
15
16 ;; EGG is distributed in the hope that it will be useful,
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19 ;; GNU General Public License for more details.
20
21 ;; You should have received a copy of the GNU General Public License
22 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
23 ;; Free Software Foundation, Inc.,
24 ;; 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
25
26 ;;; Commentary:
27
28
29 ;;; Code:
30
31 (unless (charsetp 'japanese-jisx0213-1)
32   (define-charset 151 'japanese-jisx0213-1
33     [2 94 2 0 ?O 0 "JISX0213-1" "JISX0213-1" "JISX0213-1 (Japanese)"]))
34
35 (unless (charsetp 'japanese-jisx0213-2)
36   (define-charset 254 'japanese-jisx0213-2
37     [2 94 2 0 ?P 0 "JISX0213-2" "JISX0213-2" "JISX0213-2 (Japanese)"]))