Fix up comment convention on the arch-tag lines.
[bpt/emacs.git] / lisp / language / slovak.el
CommitLineData
0a10297a 1;;; slovak.el --- support for Slovak -*- coding: iso-2022-7bit; no-byte-compile: t -*-
25d90e68 2
38141d20 3;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
d4877ac1 4;; Free Software Foundation.
25d90e68
RS
5
6;; Authors: Tibor \e,B)\e(Bimko <tibor.simko@fmph.uniba.sk>,
d38ed151
GM
7;; Milan Zamazal <pdm@zamazal.org>
8;; Maintainer: Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25d90e68
RS
9;; Keywords: multilingual, Slovak
10
88337979
KH
11;; This file is part of GNU Emacs.
12
13;; GNU Emacs is free software; you can redistribute it and/or modify
14;; it under the terms of the GNU General Public License as published by
b4aa6026 15;; the Free Software Foundation; either version 3, or (at your option)
88337979
KH
16;; any later version.
17
18;; GNU Emacs is distributed in the hope that it will be useful,
19;; but WITHOUT ANY WARRANTY; without even the implied warranty of
20;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21;; GNU General Public License for more details.
22
23;; You should have received a copy of the GNU General Public License
24;; along with GNU Emacs; see the file COPYING. If not, write to the
3a35cf56
LK
25;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
26;; Boston, MA 02110-1301, USA.
25d90e68
RS
27
28;;; Commentary:
29
30;; Slovak ISO 8859-2 environment.
31
32;;; Code:
33
25d90e68 34(set-language-info-alist
8f76845d 35 "Slovak" '((charset . (ascii latin-iso8859-2))
88337979
KH
36 (coding-system . (iso-8859-2))
37 (coding-priority . (iso-8859-2))
678fea0e 38 (nonascii-translation . iso-8859-2)
8f76845d 39 (input-method . "slovak")
8f76845d 40 (unibyte-display . iso-8859-2)
edc5c81d 41 (tutorial . "TUTORIAL.sk")
25d90e68 42 (sample-text . "Prajeme V\e,Ba\e(Bm pr\e,Bm\e(Bjemn\e,B}\e(B de\e,Br\e(B!")
20b5dc4a
GM
43 (documentation . "\
44This language environment is almost the same as Latin-2,
c1a227ea 45but sets the default input method to \"slovak\",
70a4f3ea 46and selects the Slovak tutorial."))
5521e038 47 '("European"))
25d90e68
RS
48
49(provide 'slovak)
50
cbee283d 51;; arch-tag: 1bae098a-33b2-4426-8c29-59e44fe05484
60370d40 52;;; slovak.el ends here