comparison leim/quail/viqr.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 bd8f326c0aad
children 890f548046c1
comparison
equal deleted inserted replaced
38452:e1e6c0c30e69 38453:519983161a46
1 ;; quail/viqr.el -- Quail packages for inputting Vietnamese with VIQR system 1 ;;; viqr.el --- Quail packages for inputting Vietnamese with VIQR system
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
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 'viet-util) 30 (require 'viet-util)
64 " nil t t nil nil t nil nil nil nil t) 66 " nil t t nil nil t nil nil nil nil t)
65 67
66 68
67 (viet-quail-define-rules) 69 (viet-quail-define-rules)
68 70
69 ;;; quail/viqr.el ends here 71 ;;; viqr.el ends here