]> code.delx.au - gnu-emacs/blobdiff - lisp/language/czech.el
(distclean): Fix a typo (colon was after "clean").
[gnu-emacs] / lisp / language / czech.el
index 5ab230c1dbafa833ee70d5c078ee583af97dd987..3d7467ccb43955ca40b630474f2f191ae539e7f8 100644 (file)
@@ -1,8 +1,9 @@
-;;; czech.el -- support for Czech -*- coding: iso-2022-7bit; -*-
+;;; czech.el --- support for Czech -*- coding: iso-2022-7bit; no-byte-compile: t -*-
 
-;; Copyright (C) 1998 Free Software Foundation.
+;; Copyright (C) 1998, 2001 Free Software Foundation.
 
-;; Maintainer: Milan Zamazal <pdm@fi.muni.cz>
+;; Author: Milan Zamazal <pdm@zamazal.org>
+;; Maintainer: Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
 ;; Keywords: multilingual, Czech
 
 ;; This file is part of GNU Emacs.
 
 ;;; Code:
 
-(defun setup-czech-environment ()
-  "Setup multilingual environment (MULE) for Czech."
-  (interactive)
-  (set-language-environment "Latin-2"))
-
 (set-language-info-alist
  "Czech" '((charset . (ascii latin-iso8859-2))
           (coding-system . (iso-8859-2))
           (unibyte-display . iso-8859-2)
           (tutorial . "TUTORIAL.cs")
           (sample-text . "P\e,Bx\e(Bejeme v\e,Ba\e(Bm hezk\e,B}\e(B den!")
-          (documentation . t))
+          (documentation . "\
+This language environment is almost the same as Latin-2,
+but sets the default input method to \"czech\",
+and selects the Czech tutorial."))
  '("European"))
 
 (provide 'czech)
 
-;; czech.el ends here
+;;; arch-tag: 45ac0d83-ca13-4b5e-9e82-821e44080c24
+;;; czech.el ends here