Add arch taglines
[bpt/emacs.git] / leim / quail / czech.el
index a4d3d4b..04d94d1 100644 (file)
@@ -1,10 +1,10 @@
-;;; quail/czech.el -- Quail package for inputting Czech
+;;; czech.el --- Quail package for inputting Czech -*-coding: iso-2022-7bit;-*-
 
-;; Copyright (C) 1998 Free Software Foundation.
+;; Copyright (C) 1998, 2001 Free Software Foundation.
 
-;; Author:     Milan Zamazal <pdm@fi.muni.cz>
-;; Maintainer: Milan Zamazal <pdm@fi.muni.cz>
-;; Keywords: multilingual, input method, Czech
+;; Author: Milan Zamazal <pdm@zamazal.org>
+;; Maintainer: Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
+;; Keywords: i18n, multilingual, input method, Czech
 
 ;; This file is part of GNU Emacs.
 
@@ -36,7 +36,7 @@
 
 
 (quail-define-package
- "czech" "Czech" "CZ" nil
+ "czech" "Czech" "CZ" t
  "\"Standard\" Czech keyboard in the Windoze NT 105 keys version."
  nil t t t t nil nil nil nil nil t)
 
  ([kp-add] ?+))
 
 (quail-define-package
- "czech-qwerty" "Czech" "CZ" nil
+ "czech-qwerty" "Czech" "CZ" t
  "\"Standard\" Czech keyboard in the Windoze NT 105 keys version, QWERTY layout."
  nil t nil nil t nil nil nil nil nil t)
 
  ([kp-add] ?+))
 
 (quail-define-package
- "czech-prog-1" "Czech" "CZ" nil
+ "czech-prog-1" "Czech" "CZ" t
  "Czech (non-standard) keyboard for programmers #1.
 
 All digits except of `1' are replaced by Czech characters as on the standard
@@ -366,7 +366,7 @@ All other keys are the same as on standard US keyboard."
  ([kp-add] ?+))
 
 (quail-define-package
- "czech-prog-2" "Czech" "CZ" nil
+ "czech-prog-2" "Czech" "CZ" t
  "Czech (non-standard) keyboard for programmers #2.
 
 All digits except of `1' are replaced by Czech characters as on the standard
@@ -456,7 +456,7 @@ All other keys are the same as on standard US keyboard."
  ([kp-add] ?+))
 
 (quail-define-package
- "czech-prog-3" "Czech" "CZ" nil
+ "czech-prog-3" "Czech" "CZ" t
  "Czech (non-standard) keyboard for programmers compatible with the default
 keyboard from the obsolete `emacs-czech' package.
 
@@ -566,3 +566,6 @@ All other keys are the same as on standard US keyboard."
  ([kp-9] ?9)
  ([kp-0] ?0)
  ([kp-add] ?+))
+
+;;; arch-tag: 0a27dffc-a5e1-479f-9da2-a9eb91b34d8a
+;;; czech.el ends here