diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-07-15 19:53:53 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-07-15 19:53:53 +0000 |
commit | 60370d40737ecf92cec4ab75aa73d3ea9ed2d858 (patch) | |
tree | 29c0aec9d5f8e7af681d5ff1b49e72245067cf5c /lisp/language/cyril-util.el | |
parent | 715a2ca2fc1be26e8420f209c3440b90d687fec6 (diff) | |
download | emacs-60370d40737ecf92cec4ab75aa73d3ea9ed2d858.tar.gz |
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/language/cyril-util.el')
-rw-r--r-- | lisp/language/cyril-util.el | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lisp/language/cyril-util.el b/lisp/language/cyril-util.el index 0f6086a8797..e0b828a019d 100644 --- a/lisp/language/cyril-util.el +++ b/lisp/language/cyril-util.el @@ -1,4 +1,4 @@ -;;; cyril-util.el --- utilities for Cyrillic scripts +;;; cyril-util.el --- utilities for Cyrillic scripts ;; Copyright (C) 1997 Free Software Foundation, Inc. @@ -21,6 +21,8 @@ ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. +;;; Commentary: + ;;; Code: ;;;###autoload @@ -189,8 +191,8 @@ If the argument is nil, we return the display table to its standard state." ;; (provide 'cyril-util) -;;; cyril-util.el ends here - ;; Local Variables: ;; coding: iso-2022-7bit ;; End: + +;;; cyril-util.el ends here |