comparison leim/quail/hanja.el @ 38453:519983161a46

Some fixes to follow lisp coding conventions and typo fixes.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 16 Jul 2001 20:22:24 +0000
parents fd419d02f677
children 890f548046c1
comparison
equal deleted inserted replaced
38452:e1e6c0c30e69 38453:519983161a46
1 ;;; quail/hanja.el --- Quail-package for Korean Hanja (KSC5601) 1 ;;; hanja.el --- Quail-package for Korean Hanja (KSC5601)
2 2
3 ;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN. 3 ;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN.
4 ;; Licensed to the Free Software Foundation. 4 ;; Licensed to the Free Software Foundation.
5 5
6 ;; Keywords: multilingual, input method, Korean, Hanja 6 ;; Keywords: multilingual, input method, Korean, Hanja
19 19
20 ;; You should have received a copy of the GNU General Public License 20 ;; You should have received a copy of the GNU General Public License
21 ;; along with GNU Emacs; see the file COPYING. If not, write to the 21 ;; along with GNU Emacs; see the file COPYING. If not, write to the
22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23 ;; Boston, MA 02111-1307, USA. 23 ;; Boston, MA 02111-1307, USA.
24
25 ;;; Commentary:
24 26
25 ;;; Code: 27 ;;; Code:
26 28
27 (require 'quail) 29 (require 'quail)
28 (require 'korea-util) 30 (require 'korea-util)
505 ("gma" "$(C}b}c}d(B") 507 ("gma" "$(C}b}c}d(B")
506 ("gmq" "$(C}e}f}g}h(B") 508 ("gmq" "$(C}e}f}g}h(B")
507 ("gmd" "$(C}i(B") 509 ("gmd" "$(C}i(B")
508 ("gml" "$(C}j}k}l}m}n}o}p}q}r}s}t}u}v}w}x}y}z}{}|}}(B") 510 ("gml" "$(C}j}k}l}m}n}o}p}q}r}s}t}u}v}w}x}y}z}{}|}}(B")
509 ("glf" "$(C}~(B")) 511 ("glf" "$(C}~(B"))
512
513 ;;; hanja.el ends here