Update copyright notices for 2013.
[bpt/emacs.git] / lisp / language / czech.el
CommitLineData
c052c904 1;;; czech.el --- support for Czech -*- coding: iso-2022-7bit -*-
25d90e68 2
ab422c4d 3;; Copyright (C) 1998, 2001-2013 Free Software Foundation, Inc.
25d90e68 4
ebea5735 5;; Author: Milan Zamazal <pdm@zamazal.org>
d38ed151 6;; Maintainer: Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25d90e68
RS
7;; Keywords: multilingual, Czech
8
5360c4bb
KH
9;; This file is part of GNU Emacs.
10
4936186e 11;; GNU Emacs is free software: you can redistribute it and/or modify
5360c4bb 12;; it under the terms of the GNU General Public License as published by
4936186e
GM
13;; the Free Software Foundation, either version 3 of the License, or
14;; (at your option) any later version.
5360c4bb
KH
15
16;; GNU Emacs is distributed in the hope that it will be useful,
17;; but WITHOUT ANY WARRANTY; without even the implied warranty of
18;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19;; GNU General Public License for more details.
20
21;; You should have received a copy of the GNU General Public License
4936186e 22;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
25d90e68
RS
23
24;;; Commentary:
25
26;; Czech ISO 8859-2 environment.
27
28;;; Code:
29
25d90e68 30(set-language-info-alist
8f76845d 31 "Czech" '((charset . (ascii latin-iso8859-2))
25d90e68 32 (coding-system . (iso-8859-2))
5360c4bb 33 (coding-priority . (iso-8859-2))
8f76845d 34 (input-method . "czech")
ecc8f164 35 (nonascii-translation . iso-8859-2)
8f76845d 36 (unibyte-display . iso-8859-2)
fc7ec9cd 37 (tutorial . "TUTORIAL.cs")
5360c4bb 38 (sample-text . "P\e,Bx\e(Bejeme v\e,Ba\e(Bm hezk\e,B}\e(B den!")
450f6970
GM
39 (documentation . "\
40This language environment is almost the same as Latin-2,
0c9bf0c3 41but sets the default input method to \"czech\",
70a4f3ea 42and selects the Czech tutorial."))
7a5cc915 43 '("European"))
25d90e68
RS
44
45(provide 'czech)
46
ebea5735 47;;; czech.el ends here