diff options
| author | Dave Love | 2002-11-14 14:05:23 +0000 |
|---|---|---|
| committer | Dave Love | 2002-11-14 14:05:23 +0000 |
| commit | 53d1634b7f9458b456f3cacc22ae4bd0e80c73c7 (patch) | |
| tree | 64bf889d74770ac8f61cafce14631ef3c941a334 | |
| parent | 554c3968d7502c9fe8a8447b96ca4d3aedc267bb (diff) | |
| download | emacs-53d1634b7f9458b456f3cacc22ae4bd0e80c73c7.tar.gz emacs-53d1634b7f9458b456f3cacc22ae4bd0e80c73c7.zip | |
Add coding cookie.
| -rw-r--r-- | leim/quail/czech.el | 2 | ||||
| -rw-r--r-- | leim/quail/hebrew.el | 2 | ||||
| -rw-r--r-- | leim/quail/slovak.el | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/leim/quail/czech.el b/leim/quail/czech.el index de1fbb2229c..20559e0fa2e 100644 --- a/leim/quail/czech.el +++ b/leim/quail/czech.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; czech.el --- Quail package for inputting Czech | 1 | ;;; czech.el --- Quail package for inputting Czech -*-coding: iso-2022-7bit;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2001 Free Software Foundation. | 3 | ;; Copyright (C) 1998, 2001 Free Software Foundation. |
| 4 | 4 | ||
diff --git a/leim/quail/hebrew.el b/leim/quail/hebrew.el index 9e6be106805..f52449b6cc6 100644 --- a/leim/quail/hebrew.el +++ b/leim/quail/hebrew.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; hebrew.el --- Quail package for inputting Hebrew characters | 1 | ;;; hebrew.el --- Quail package for inputting Hebrew characters -*-coding: iso-2022-7bit;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1998 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
diff --git a/leim/quail/slovak.el b/leim/quail/slovak.el index 87afdad8b22..ff3457f3d23 100644 --- a/leim/quail/slovak.el +++ b/leim/quail/slovak.el | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | ;;; slovak.el --- Quail package for inputting Slovak | 1 | ;;; slovak.el --- Quail package for inputting Slovak -*-coding: iso-2022-7bit;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2001 Free Software Foundation. | 3 | ;; Copyright (C) 1998, 2001 Free Software Foundation. |
| 4 | 4 | ||
| 5 | ;; Authors: Tibor ,B)(Bimko <tibor.simko@fmph.uniba.sk> | 5 | ;; Authors: Tibor ,B)(Bimko <tibor.simko@fmph.uniba.sk> |
| 6 | ;; Milan Zamazal <pdm@zamazal.org> | 6 | ;; Milan Zamazal <pdm@zamazal.org> |
| 7 | ;; Maintainer: Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 7 | ;; Maintainer: Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 8 | ;; Keywords: i18, multilingual, input method, Slovak | 8 | ;; Keywords: i18n, multilingual, input method, Slovak |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | 11 | ||