diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-07-12 09:42:47 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-07-12 09:42:47 +0000 |
commit | ebea573567b0d290cadb52b356f4f5f44a24829d (patch) | |
tree | 4848f50030a881d0ccecd0f7681942e6e0d9788f | |
parent | 41448f63443985b8efb28424725b01e638de9608 (diff) | |
download | emacs-ebea573567b0d290cadb52b356f4f5f44a24829d.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/language/czech.el | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a922e59ccdf..cc2ef27d1f7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-07-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> + + * language/czech.el: a fix to follow coding conventions. + 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il> * speedbar.el (speedbar-supported-extension-expressions): Add .g diff --git a/lisp/language/czech.el b/lisp/language/czech.el index e843aa53f8c..22166209442 100644 --- a/lisp/language/czech.el +++ b/lisp/language/czech.el @@ -1,7 +1,8 @@ -;;; czech.el -- support for Czech -*- coding: iso-2022-7bit; -*- +;;; czech.el --- support for Czech -*- coding: iso-2022-7bit; -*- ;; Copyright (C) 1998, 2001 Free Software Foundation. +;; Author: Milan Zamazal <pdm@zamazal.org> ;; Maintainer: Pavel Jan,Am(Bk <Pavel@Janik.cz> ;; Keywords: multilingual, Czech @@ -46,4 +47,4 @@ and select's the Czech tutorial.")) (provide 'czech) -;; czech.el ends here +;;; czech.el ends here |