Sync to HEAD
[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
20b5dc4a 3;; Copyright (C) 1998, 2001 Free Software Foundation.
25d90e68
RS
4
5;; Authors: Tibor \e,B)\e(Bimko <tibor.simko@fmph.uniba.sk>,
d38ed151
GM
6;; Milan Zamazal <pdm@zamazal.org>
7;; Maintainer: Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25d90e68
RS
8;; Keywords: multilingual, Slovak
9
88337979
KH
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.
25d90e68
RS
26
27;;; Commentary:
28
29;; Slovak ISO 8859-2 environment.
30
31;;; Code:
32
25d90e68 33(set-language-info-alist
8f76845d 34 "Slovak" '((charset . (ascii latin-iso8859-2))
88337979
KH
35 (coding-system . (iso-8859-2))
36 (coding-priority . (iso-8859-2))
678fea0e 37 (nonascii-translation . iso-8859-2)
8f76845d 38 (input-method . "slovak")
8f76845d 39 (unibyte-display . iso-8859-2)
edc5c81d 40 (tutorial . "TUTORIAL.sk")
25d90e68 41 (sample-text . "Prajeme V\e,Ba\e(Bm pr\e,Bm\e(Bjemn\e,B}\e(B de\e,Br\e(B!")
20b5dc4a
GM
42 (documentation . "\
43This language environment is almost the same as Latin-2,
c1a227ea 44but sets the default input method to \"slovak\",
70a4f3ea 45and selects the Slovak tutorial."))
5521e038 46 '("European"))
25d90e68
RS
47
48(provide 'slovak)
49
6b61353c 50;;; arch-tag: 1bae098a-33b2-4426-8c29-59e44fe05484
60370d40 51;;; slovak.el ends here