Fix up comment convention on the arch-tag lines.
[bpt/emacs.git] / lisp / language / czech.el
CommitLineData
0a10297a 1;;; czech.el --- support for Czech -*- coding: iso-2022-7bit; no-byte-compile: t -*-
25d90e68 2
38141d20 3;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
d4877ac1 4;; Free Software Foundation.
25d90e68 5
ebea5735 6;; Author: Milan Zamazal <pdm@zamazal.org>
d38ed151 7;; Maintainer: Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25d90e68
RS
8;; Keywords: multilingual, Czech
9
5360c4bb
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
b4aa6026 14;; the Free Software Foundation; either version 3, or (at your option)
5360c4bb
KH
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
3a35cf56
LK
24;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
25;; Boston, MA 02110-1301, USA.
25d90e68
RS
26
27;;; Commentary:
28
29;; Czech ISO 8859-2 environment.
30
31;;; Code:
32
25d90e68 33(set-language-info-alist
8f76845d 34 "Czech" '((charset . (ascii latin-iso8859-2))
25d90e68 35 (coding-system . (iso-8859-2))
5360c4bb 36 (coding-priority . (iso-8859-2))
8f76845d 37 (input-method . "czech")
ecc8f164 38 (nonascii-translation . iso-8859-2)
8f76845d 39 (unibyte-display . iso-8859-2)
fc7ec9cd 40 (tutorial . "TUTORIAL.cs")
5360c4bb 41 (sample-text . "P\e,Bx\e(Bejeme v\e,Ba\e(Bm hezk\e,B}\e(B den!")
450f6970
GM
42 (documentation . "\
43This language environment is almost the same as Latin-2,
0c9bf0c3 44but sets the default input method to \"czech\",
70a4f3ea 45and selects the Czech tutorial."))
7a5cc915 46 '("European"))
25d90e68
RS
47
48(provide 'czech)
49
cbee283d 50;; arch-tag: 45ac0d83-ca13-4b5e-9e82-821e44080c24
ebea5735 51;;; czech.el ends here