Add 2010 to copyright years.
[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
114f9c96 3;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
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
4936186e 13;; GNU Emacs is free software: you can redistribute it and/or modify
88337979 14;; it under the terms of the GNU General Public License as published by
4936186e
GM
15;; the Free Software Foundation, either version 3 of the License, or
16;; (at your option) any later version.
88337979
KH
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
4936186e 24;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
25d90e68
RS
25
26;;; Commentary:
27
28;; Slovak ISO 8859-2 environment.
29
30;;; Code:
31
25d90e68 32(set-language-info-alist
8f76845d 33 "Slovak" '((charset . (ascii latin-iso8859-2))
88337979
KH
34 (coding-system . (iso-8859-2))
35 (coding-priority . (iso-8859-2))
678fea0e 36 (nonascii-translation . iso-8859-2)
8f76845d 37 (input-method . "slovak")
8f76845d 38 (unibyte-display . iso-8859-2)
edc5c81d 39 (tutorial . "TUTORIAL.sk")
25d90e68 40 (sample-text . "Prajeme V\e,Ba\e(Bm pr\e,Bm\e(Bjemn\e,B}\e(B de\e,Br\e(B!")
20b5dc4a
GM
41 (documentation . "\
42This language environment is almost the same as Latin-2,
c1a227ea 43but sets the default input method to \"slovak\",
70a4f3ea 44and selects the Slovak tutorial."))
5521e038 45 '("European"))
25d90e68
RS
46
47(provide 'slovak)
48
cbee283d 49;; arch-tag: 1bae098a-33b2-4426-8c29-59e44fe05484
60370d40 50;;; slovak.el ends here