diff options
| author | Glenn Morris | 2009-01-10 21:50:40 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-01-10 21:50:40 +0000 |
| commit | eb2ffb185a5fb3c6e2f120c622c61c52bd10c8de (patch) | |
| tree | fc2a847c3173339dc6ff311073f48680152734b4 /leim | |
| parent | a8e90bb2674c5284666415d15c5429c0472799eb (diff) | |
| download | emacs-eb2ffb185a5fb3c6e2f120c622c61c52bd10c8de.tar.gz emacs-eb2ffb185a5fb3c6e2f120c622c61c52bd10c8de.zip | |
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 @@ | |||
| 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Hrvoje Nikšić <hniksic@xemacs.org>, | 6 | ;; Author: Hrvoje Nikšić <hniksic@xemacs.org> |
| 7 | ;; modeled after czech.el by Milan Zamazal. | ||
| 8 | ;; Keywords: i18n | 7 | ;; Keywords: i18n |
| 9 | 8 | ||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| @@ -22,6 +21,10 @@ | |||
| 22 | ;; You should have received a copy of the GNU General Public License | 21 | ;; You should have received a copy of the GNU General Public License |
| 23 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 22 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 24 | 23 | ||
| 24 | ;;; Commentary: | ||
| 25 | |||
| 26 | ;; Modeled after czech.el by Milan Zamazal. | ||
| 27 | |||
| 25 | ;;; Code: | 28 | ;;; Code: |
| 26 | 29 | ||
| 27 | (require 'quail) | 30 | (require 'quail) |