Sync to HEAD
[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 Free Software Foundation.
4
5 ;; Authors: Tibor \e,B)\e(Bimko <tibor.simko@fmph.uniba.sk>,
6 ;; Milan Zamazal <pdm@zamazal.org>
7 ;; Maintainer: Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8 ;; Keywords: multilingual, Slovak
9
10 ;; This file is part of GNU Emacs.
11
12 ;; GNU Emacs is free software; you can redistribute it and/or modify
13 ;; it under the terms of the GNU General Public License as published by
14 ;; the Free Software Foundation; either version 2, or (at your option)
15 ;; any later version.
16
17 ;; GNU Emacs is distributed in the hope that it will be useful,
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 ;; GNU General Public License for more details.
21
22 ;; You should have received a copy of the GNU General Public License
23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
24 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
25 ;; Boston, MA 02111-1307, USA.
26
27 ;;; Commentary:
28
29 ;; Slovak ISO 8859-2 environment.
30
31 ;;; Code:
32
33 (set-language-info-alist
34 "Slovak" '((charset . (ascii latin-iso8859-2))
35 (coding-system . (iso-8859-2))
36 (coding-priority . (iso-8859-2))
37 (nonascii-translation . iso-8859-2)
38 (input-method . "slovak")
39 (unibyte-display . iso-8859-2)
40 (tutorial . "TUTORIAL.sk")
41 (sample-text . "Prajeme V\e,Ba\e(Bm pr\e,Bm\e(Bjemn\e,B}\e(B de\e,Br\e(B!")
42 (documentation . "\
43 This language environment is almost the same as Latin-2,
44 but sets the default input method to \"slovak\",
45 and selects the Slovak tutorial."))
46 '("European"))
47
48 (provide 'slovak)
49
50 ;;; arch-tag: 1bae098a-33b2-4426-8c29-59e44fe05484
51 ;;; slovak.el ends here