diff options
author | Glenn Morris <rgm@gnu.org> | 2009-01-10 21:50:40 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-01-10 21:50:40 +0000 |
commit | eb2ffb185a5fb3c6e2f120c622c61c52bd10c8de (patch) | |
tree | fc2a847c3173339dc6ff311073f48680152734b4 /leim | |
parent | a8e90bb2674c5284666415d15c5429c0472799eb (diff) | |
download | emacs-eb2ffb185a5fb3c6e2f120c622c61c52bd10c8de.tar.gz |
Comments (minor fixes of some header conventions).
Diffstat (limited to 'leim')
-rw-r--r-- | leim/quail/croatian.el | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/leim/quail/croatian.el b/leim/quail/croatian.el index 9961ac37db9..907456e6093 100644 --- a/leim/quail/croatian.el +++ b/leim/quail/croatian.el @@ -3,8 +3,7 @@ ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 ;; Free Software Foundation, Inc. -;; Author: Hrvoje Nikšić <hniksic@xemacs.org>, -;; modeled after czech.el by Milan Zamazal. +;; Author: Hrvoje Nikšić <hniksic@xemacs.org> ;; Keywords: i18n ;; This file is part of GNU Emacs. @@ -22,6 +21,10 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;;; Commentary: + +;; Modeled after czech.el by Milan Zamazal. + ;;; Code: (require 'quail) |