Update copyright year to 2014 by running admin/update-copyright.
[emacs.git] / lisp / language / slovak.el
blobb051c4d0d73fe96636e606fb45376ce974f300d6
1 ;;; slovak.el --- support for Slovak -*- coding: utf-8 -*-
3 ;; Copyright (C) 1998, 2001-2014 Free Software Foundation, Inc.
5 ;; Authors: Tibor Šimko <tibor.simko@fmph.uniba.sk>,
6 ;; Milan Zamazal <pdm@zamazal.org>
7 ;; Maintainer: Pavel Janík <Pavel@Janik.cz>
8 ;; Keywords: multilingual, Slovak
10 ;; This file is part of GNU Emacs.
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 3 of the License, or
15 ;; (at your option) any later version.
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.
22 ;; You should have received a copy of the GNU General Public License
23 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
25 ;;; Commentary:
27 ;; Slovak ISO 8859-2 environment.
29 ;;; Code:
31 (set-language-info-alist
32 "Slovak" '((charset . (ascii latin-iso8859-2))
33 (coding-system . (iso-8859-2))
34 (coding-priority . (iso-8859-2))
35 (nonascii-translation . iso-8859-2)
36 (input-method . "slovak")
37 (unibyte-display . iso-8859-2)
38 (tutorial . "TUTORIAL.sk")
39 (sample-text . "Prajeme Vám príjemný deň!")
40 (documentation . "\
41 This language environment is almost the same as Latin-2,
42 but sets the default input method to \"slovak\",
43 and selects the Slovak tutorial."))
44 '("European"))
46 (provide 'slovak)
48 ;;; slovak.el ends here