diff options
| author | Kenichi Handa | 2001-03-09 00:12:14 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2001-03-09 00:12:14 +0000 |
| commit | 64fd2bb1c5ebcfc0bcf44a761dfc158da3817aa5 (patch) | |
| tree | 4a43c5133222688a604b028c344de69e04543711 /lisp | |
| parent | 8dad09ab71204ca23b21236ef037162cdaa34a46 (diff) | |
| download | emacs-64fd2bb1c5ebcfc0bcf44a761dfc158da3817aa5.tar.gz emacs-64fd2bb1c5ebcfc0bcf44a761dfc158da3817aa5.zip | |
Add coding: iso-2022-7bit tag.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/international/kkc.el | 2 | ||||
| -rw-r--r-- | lisp/language/ethio-util.el | 2 | ||||
| -rw-r--r-- | lisp/language/japan-util.el | 3 | ||||
| -rw-r--r-- | lisp/language/lao-util.el | 2 | ||||
| -rw-r--r-- | lisp/language/thai-util.el | 2 | ||||
| -rw-r--r-- | lisp/language/tibet-util.el | 2 | ||||
| -rw-r--r-- | lisp/language/viet-util.el | 2 |
7 files changed, 8 insertions, 7 deletions
diff --git a/lisp/international/kkc.el b/lisp/international/kkc.el index f79c4c87bb8..bfd8a079834 100644 --- a/lisp/international/kkc.el +++ b/lisp/international/kkc.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; kkc.el --- Kana Kanji converter | 1 | ;;; kkc.el --- Kana Kanji converter -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
diff --git a/lisp/language/ethio-util.el b/lisp/language/ethio-util.el index 5890fe12a61..5dde78ec832 100644 --- a/lisp/language/ethio-util.el +++ b/lisp/language/ethio-util.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; ethio-util.el --- utilities for Ethiopic | 1 | ;;; ethio-util.el --- utilities for Ethiopic -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1997, 2001 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
diff --git a/lisp/language/japan-util.el b/lisp/language/japan-util.el index 9e63dcbaf04..6724010cd6a 100644 --- a/lisp/language/japan-util.el +++ b/lisp/language/japan-util.el | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | ;;; japan-util.el --- utilities for Japanese | 1 | ;;; japan-util.el --- utilities for Japanese -*- coding: iso-2022-7bit; -*- |
| 2 | |||
| 2 | 3 | ||
| 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | 4 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 5 | ;; Licensed to the Free Software Foundation. |
diff --git a/lisp/language/lao-util.el b/lisp/language/lao-util.el index 4f5cb960074..dea365ad58b 100644 --- a/lisp/language/lao-util.el +++ b/lisp/language/lao-util.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; lao-util.el --- utilities for Lao | 1 | ;;; lao-util.el --- utilities for Lao -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
diff --git a/lisp/language/thai-util.el b/lisp/language/thai-util.el index 0ed2a6ff9e4..1a8802a3460 100644 --- a/lisp/language/thai-util.el +++ b/lisp/language/thai-util.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; thai-util.el --- utilities for Thai | 1 | ;;; thai-util.el --- utilities for Thai -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
diff --git a/lisp/language/tibet-util.el b/lisp/language/tibet-util.el index e09828b7cf6..7ba915bc168 100644 --- a/lisp/language/tibet-util.el +++ b/lisp/language/tibet-util.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; tibet-util.el --- Support for inputting Tibetan characters | 1 | ;;; tibet-util.el --- Support for Tibetan -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
diff --git a/lisp/language/viet-util.el b/lisp/language/viet-util.el index 1f2f74e5d7a..d032eafd1d2 100644 --- a/lisp/language/viet-util.el +++ b/lisp/language/viet-util.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; viet-util.el --- utilities for Vietnamese | 1 | ;;; viet-util.el --- utilities for Vietnamese -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |