comparison leim/quail/latin-post.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 54755fa58f05
children 241787c37705
comparison
equal deleted inserted replaced
38452:e1e6c0c30e69 38453:519983161a46
1 ;; Quail packages for inputting various European characters. 1 ;;; latin-post.el --- Quail packages for inputting various European characters
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, latin 6 ;; Keywords: multilingual, input method, latin
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 24
25 ;; Author: TAKAHASHI Naoto <ntakahas@etl.go.jp> 25 ;; Author: TAKAHASHI Naoto <ntakahas@etl.go.jp>
26
27 ;;; Commentary:
28
29 ;;; Code:
26 30
27 (require 'quail) 31 (require 'quail)
28 32
29 (quail-define-package 33 (quail-define-package
30 "latin-1-postfix" "Latin-1" "1<" t 34 "latin-1-postfix" "Latin-1" "1<" t
2119 ("M" ?M) 2123 ("M" ?M)
2120 ("<" ?W) 2124 ("<" ?W)
2121 (">" ?V) 2125 (">" ?V)
2122 ("?" ?Z) 2126 ("?" ?Z)
2123 ) 2127 )
2128
2129 ;;; latin-post.el ends here