diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 20:22:24 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 20:22:24 +0000 |
commit | be567141bcb5e39ca67cdb120b0bad899704eacc (patch) | |
tree | b49776d8e5e7a7d401e8e3c89c2acabfca461737 /leim/quail/tibetan.el | |
parent | 358a9f5055cb4dec6d22d4f12a3f93da2288fc53 (diff) | |
download | emacs-be567141bcb5e39ca67cdb120b0bad899704eacc.tar.gz |
Some fixes to follow lisp coding conventions and typo fixes.
Diffstat (limited to 'leim/quail/tibetan.el')
-rw-r--r-- | leim/quail/tibetan.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/leim/quail/tibetan.el b/leim/quail/tibetan.el index 83b2fb8272a..75ca75e3465 100644 --- a/leim/quail/tibetan.el +++ b/leim/quail/tibetan.el @@ -1,4 +1,4 @@ -;;; quail/tibetan.el -- Quail package for inputting Tibetan characters +;;; tibetan.el --- Quail package for inputting Tibetan characters ;; Copyright (C) 1995 Free Software Foundation, Inc. ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. @@ -29,6 +29,8 @@ ;; 1997.03.13 Support for inputting special signs and punctuations added. ;; (Only Ext. Wylie input) +;;; Commentary: + ;;; Code: (require 'quail) @@ -447,3 +449,5 @@ (s-state (tibetan-subjoined-tibkey-alist . s-state) (tibetan-vowel-tibkey-alist . m-state)) (m-state tibetan-modifier-tibkey-alist)))) + +;;; tibetan.el ends here |