Merge from emacs--rel--22
[bpt/emacs.git] / lisp / language / slovak.el
1 ;;; slovak.el --- support for Slovak -*- coding: iso-2022-7bit; no-byte-compile: t -*-
2
3 ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
4 ;; Free Software Foundation.
5
6 ;; Authors: Tibor \e,B)\e(Bimko <tibor.simko@fmph.uniba.sk>,
7 ;; Milan Zamazal <pdm@zamazal.org>
8 ;; Maintainer: Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9 ;; Keywords: multilingual, Slovak
10
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
15 ;; the Free Software Foundation, either version 3 of the License, or
16 ;; (at your option) 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. If not, see <http://www.gnu.org/licenses/>.
25
26 ;;; Commentary:
27
28 ;; Slovak ISO 8859-2 environment.
29
30 ;;; Code:
31
32 (set-language-info-alist
33 "Slovak" '((charset . (ascii latin-iso8859-2))
34 (coding-system . (iso-8859-2))
35 (coding-priority . (iso-8859-2))
36 (nonascii-translation . iso-8859-2)
37 (input-method . "slovak")
38 (unibyte-display . iso-8859-2)
39 (tutorial . "TUTORIAL.sk")
40 (sample-text . "Prajeme V\e,Ba\e(Bm pr\e,Bm\e(Bjemn\e,B}\e(B de\e,Br\e(B!")
41 (documentation . "\
42 This language environment is almost the same as Latin-2,
43 but sets the default input method to \"slovak\",
44 and selects the Slovak tutorial."))
45 '("European"))
46
47 (provide 'slovak)
48
49 ;; arch-tag: 1bae098a-33b2-4426-8c29-59e44fe05484
50 ;;; slovak.el ends here