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/cyrillic.el | |
parent | 358a9f5055cb4dec6d22d4f12a3f93da2288fc53 (diff) | |
download | emacs-be567141bcb5e39ca67cdb120b0bad899704eacc.tar.gz |
Some fixes to follow lisp coding conventions and typo fixes.
Diffstat (limited to 'leim/quail/cyrillic.el')
-rw-r--r-- | leim/quail/cyrillic.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/leim/quail/cyrillic.el b/leim/quail/cyrillic.el index 1cd7f08eaf8..efe713f00f2 100644 --- a/leim/quail/cyrillic.el +++ b/leim/quail/cyrillic.el @@ -1,4 +1,4 @@ -;;; quail/cyrillic.el -- Quail package for inputting Cyrillic characters +;;; cyrillic.el --- Quail package for inputting Cyrillic characters ;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN. ;; Licensed to the Free Software Foundation. @@ -22,6 +22,8 @@ ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. +;;; Commentary: + ;;; Code: (require 'quail) @@ -838,10 +840,8 @@ The only difference with cyrillic-translit is that \"sht\" translates as ("/I" ?,L&(B) ("/J" ?,L((B) ("/L" ?,L)(B) ("/N" ?,L*(B) ("/Z" ?,L/(B) ) - - - - ;; Local Variables: ;; buffer-file-coding-system: iso-2022-7bit ;; End: + +;;; cyrillic.el ends here |