Merge from emacs--devo--0
[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
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, or (at your option)
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
25 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
26 ;; Boston, MA 02110-1301, USA.
27
28 ;;; Commentary:
29
30 ;; Slovak ISO 8859-2 environment.
31
32 ;;; Code:
33
34 (set-language-info-alist
35 "Slovak" '((charset . (ascii latin-iso8859-2))
36 (coding-system . (iso-8859-2))
37 (coding-priority . (iso-8859-2))
38 (nonascii-translation . iso-8859-2)
39 (input-method . "slovak")
40 (unibyte-display . iso-8859-2)
41 (tutorial . "TUTORIAL.sk")
42 (sample-text . "Prajeme V\e,Ba\e(Bm pr\e,Bm\e(Bjemn\e,B}\e(B de\e,Br\e(B!")
43 (documentation . "\
44 This language environment is almost the same as Latin-2,
45 but sets the default input method to \"slovak\",
46 and selects the Slovak tutorial."))
47 '("European"))
48
49 (provide 'slovak)
50
51 ;;; arch-tag: 1bae098a-33b2-4426-8c29-59e44fe05484
52 ;;; slovak.el ends here