comparison leim/quail/cyril-jis.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 dd39cae4cf0f
children ec841dc83e17
comparison
equal deleted inserted replaced
38452:e1e6c0c30e69 38453:519983161a46
1 ;;; quail/cyril-jis.el -- Quail package for inputting JISX0208 Cyrillic letters 1 ;;; cyril-jis.el --- Quail package for inputting JISX0208 Cyrillic letters
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, Cyrillic 6 ;; Keywords: multilingual, input method, Cyrillic
138 ("?" ??)) 138 ("?" ??))
139 139
140 ;; Local Variables: 140 ;; Local Variables:
141 ;; buffer-file-coding-system: iso-2022-7bit 141 ;; buffer-file-coding-system: iso-2022-7bit
142 ;; End: 142 ;; End:
143
144 ;;; cyril-jis.el ends here