diff options
| author | Miles Bader | 2005-05-20 04:22:05 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-05-20 04:22:05 +0000 |
| commit | 64e9342958694825be1664890dcd22fffcd50d3a (patch) | |
| tree | a43e1796f5a49ae7eeec671447d10ac3731a1834 /lisp/language | |
| parent | 5447510256e5a1b371407b751ddcc461044da5df (diff) | |
| parent | a18ff9886771c41186eebf8d7984fee2120dbe36 (diff) | |
| download | emacs-64e9342958694825be1664890dcd22fffcd50d3a.tar.gz emacs-64e9342958694825be1664890dcd22fffcd50d3a.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-53
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 302-319)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 69)
- Update from CVS
Diffstat (limited to 'lisp/language')
| -rw-r--r-- | lisp/language/china-util.el | 8 | ||||
| -rw-r--r-- | lisp/language/chinese.el | 6 | ||||
| -rw-r--r-- | lisp/language/cyril-util.el | 2 | ||||
| -rw-r--r-- | lisp/language/cyrillic.el | 7 | ||||
| -rw-r--r-- | lisp/language/devan-util.el | 6 | ||||
| -rw-r--r-- | lisp/language/devanagari.el | 2 | ||||
| -rw-r--r-- | lisp/language/english.el | 6 | ||||
| -rw-r--r-- | lisp/language/ethio-util.el | 7 | ||||
| -rw-r--r-- | lisp/language/ethiopic.el | 6 | ||||
| -rw-r--r-- | lisp/language/european.el | 8 | ||||
| -rw-r--r-- | lisp/language/greek.el | 5 | ||||
| -rw-r--r-- | lisp/language/hebrew.el | 7 | ||||
| -rw-r--r-- | lisp/language/indian.el | 5 | ||||
| -rw-r--r-- | lisp/language/japan-util.el | 7 | ||||
| -rw-r--r-- | lisp/language/japanese.el | 6 | ||||
| -rw-r--r-- | lisp/language/korea-util.el | 5 | ||||
| -rw-r--r-- | lisp/language/korean.el | 6 | ||||
| -rw-r--r-- | lisp/language/lao-util.el | 7 | ||||
| -rw-r--r-- | lisp/language/lao.el | 7 | ||||
| -rw-r--r-- | lisp/language/misc-lang.el | 5 | ||||
| -rw-r--r-- | lisp/language/tibet-util.el | 6 | ||||
| -rw-r--r-- | lisp/language/tibetan.el | 6 | ||||
| -rw-r--r-- | lisp/language/viet-util.el | 6 | ||||
| -rw-r--r-- | lisp/language/vietnamese.el | 7 |
24 files changed, 92 insertions, 51 deletions
diff --git a/lisp/language/china-util.el b/lisp/language/china-util.el index d97ec4108bf..84f46c4bf2c 100644 --- a/lisp/language/china-util.el +++ b/lisp/language/china-util.el | |||
| @@ -1,8 +1,10 @@ | |||
| 1 | ;;; china-util.el --- utilities for Chinese -*- coding: iso-2022-7bit -*- | 1 | ;;; china-util.el --- utilities for Chinese -*- coding: iso-2022-7bit -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 2003 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1995, 2001, 2003 |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1995, 2001 Free Software Foundation, Inc. | 5 | ;; Copyright (C) 1995, 1997, 2003 |
| 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | ||
| 7 | ;; Registration Number H14PRO021 | ||
| 6 | ;; Copyright (C) 2003 | 8 | ;; Copyright (C) 2003 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 9 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H13PRO009 | 10 | ;; Registration Number H13PRO009 |
diff --git a/lisp/language/chinese.el b/lisp/language/chinese.el index 93721b59afa..05b2405dc42 100644 --- a/lisp/language/chinese.el +++ b/lisp/language/chinese.el | |||
| @@ -1,7 +1,9 @@ | |||
| 1 | ;;; chinese.el --- support for Chinese -*- coding: iso-2022-7bit; -*- | 1 | ;;; chinese.el --- support for Chinese -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 2001, 2003 Free Software Foundation, Inc. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Copyright (C) 1995, 1997, 1998 |
| 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | ||
| 6 | ;; Registration Number H14PRO021 | ||
| 5 | ;; Copyright (C) 2003 | 7 | ;; Copyright (C) 2003 |
| 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 8 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | ;; Registration Number H13PRO009 | 9 | ;; Registration Number H13PRO009 |
diff --git a/lisp/language/cyril-util.el b/lisp/language/cyril-util.el index 1a5c435328d..eb19ca1aaa2 100644 --- a/lisp/language/cyril-util.el +++ b/lisp/language/cyril-util.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cyril-util.el --- utilities for Cyrillic scripts | 1 | ;;; cyril-util.el --- utilities for Cyrillic scripts |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001, 2002 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 1998, 2001, 2002 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: mule, multilingual, Cyrillic | 5 | ;; Keywords: mule, multilingual, Cyrillic |
| 6 | 6 | ||
diff --git a/lisp/language/cyrillic.el b/lisp/language/cyrillic.el index b158f626d51..c3a0bceb688 100644 --- a/lisp/language/cyrillic.el +++ b/lisp/language/cyrillic.el | |||
| @@ -1,8 +1,9 @@ | |||
| 1 | ;;; cyrillic.el --- support for Cyrillic -*- coding: iso-2022-7bit; -*- | 1 | ;;; cyrillic.el --- support for Cyrillic -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1997, 1998, 2001, 2002, 2003 Free Software Foundation, Inc. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Copyright (C) 1995, 1997, 1998, 1999, 2000, 2002, 2003, 2004 |
| 5 | ;; Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. | 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 6 | ;; Registration Number H14PRO021 | ||
| 6 | ;; Copyright (C) 2003 | 7 | ;; Copyright (C) 2003 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 8 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H13PRO009 | 9 | ;; Registration Number H13PRO009 |
diff --git a/lisp/language/devan-util.el b/lisp/language/devan-util.el index 64dbf576af3..ba40b32db8f 100644 --- a/lisp/language/devan-util.el +++ b/lisp/language/devan-util.el | |||
| @@ -1,6 +1,10 @@ | |||
| 1 | ;;; devan-util.el --- Support for composing Devanagari characters -*-coding: iso-2022-7bit;-*- | 1 | ;;; devan-util.el --- Support for composing Devanagari characters -*-coding: iso-2022-7bit;-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 1998, 2001, 2002, 2003 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | ;; Copyright (C) 1997, 1998, 1999, 2000 | ||
| 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | ||
| 7 | ;; Registration Number H14PRO021 | ||
| 4 | 8 | ||
| 5 | ;; Maintainer: KAWABATA, Taichi <kawabata@m17n.org> | 9 | ;; Maintainer: KAWABATA, Taichi <kawabata@m17n.org> |
| 6 | ;; Keywords: multilingual, Devanagari | 10 | ;; Keywords: multilingual, Devanagari |
diff --git a/lisp/language/devanagari.el b/lisp/language/devanagari.el index 6b1ff46a0af..086368c15a0 100644 --- a/lisp/language/devanagari.el +++ b/lisp/language/devanagari.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; devanagari.el --- Support for Devanagari -*- coding: iso-2022-7bit; no-byte-compile: t -*- | 1 | ;;; devanagari.el --- Support for Devanagari -*- coding: iso-2022-7bit; no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 1997, 2001 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: KAWABATA, Taichi <kawabata@m17n.org> | 5 | ;; Maintainer: KAWABATA, Taichi <kawabata@m17n.org> |
| 6 | ;; Keywords: multilingual, Indian, Devanagari | 6 | ;; Keywords: multilingual, Indian, Devanagari |
diff --git a/lisp/language/english.el b/lisp/language/english.el index 6d135197460..db496ad7600 100644 --- a/lisp/language/english.el +++ b/lisp/language/english.el | |||
| @@ -1,7 +1,9 @@ | |||
| 1 | ;;; english.el --- support for English -*- no-byte-compile: t -*- | 1 | ;;; english.el --- support for English -*- no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1997 Free Software Foundation, Inc. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Copyright (C) 1997 |
| 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | ||
| 6 | ;; Registration Number H14PRO021 | ||
| 5 | ;; Copyright (C) 2003 | 7 | ;; Copyright (C) 2003 |
| 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 8 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | ;; Registration Number H13PRO009 | 9 | ;; Registration Number H13PRO009 |
diff --git a/lisp/language/ethio-util.el b/lisp/language/ethio-util.el index fb920e8f4e8..31248f1bcf3 100644 --- a/lisp/language/ethio-util.el +++ b/lisp/language/ethio-util.el | |||
| @@ -1,7 +1,10 @@ | |||
| 1 | ;;; ethio-util.el --- utilities for Ethiopic -*- coding: utf-8-emacs; -*- | 1 | ;;; ethio-util.el --- utilities for Ethiopic -*- coding: utf-8-emacs; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1997, 1998, 2002 |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 1997, 1998, 1999, 2001, 2004, 2005 | ||
| 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | ||
| 7 | ;; Registration Number H14PRO021 | ||
| 5 | ;; Copyright (C) 2005 | 8 | ;; Copyright (C) 2005 |
| 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 9 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | ;; Registration Number: H15PRO 110 | 10 | ;; Registration Number: H15PRO 110 |
diff --git a/lisp/language/ethiopic.el b/lisp/language/ethiopic.el index 609a87191b6..e526f02291d 100644 --- a/lisp/language/ethiopic.el +++ b/lisp/language/ethiopic.el | |||
| @@ -1,7 +1,9 @@ | |||
| 1 | ;;; ethiopic.el --- support for Ethiopic -*- coding: utf-8-emacs; -*- | 1 | ;;; ethiopic.el --- support for Ethiopic -*- coding: utf-8-emacs; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 2001 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1997 Free Software Foundation, Inc. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Copyright (C) 1995, 2001 |
| 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | ||
| 6 | ;; Registration Number H14PRO021 | ||
| 5 | ;; Copyright (C) 2005 | 7 | ;; Copyright (C) 2005 |
| 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 8 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | ;; Registration Number: H15PRO 110 | 9 | ;; Registration Number: H15PRO 110 |
diff --git a/lisp/language/european.el b/lisp/language/european.el index 164d51c9aad..b497abfd599 100644 --- a/lisp/language/european.el +++ b/lisp/language/european.el | |||
| @@ -1,8 +1,10 @@ | |||
| 1 | ;;; european.el --- support for European languages -*- coding: iso-2022-7bit; -*- | 1 | ;;; european.el --- support for European languages -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1997, 2001 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004 |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Free Software Foundation, Inc. |
| 5 | ;; Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. | 5 | ;; Copyright (C) 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003 |
| 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | ||
| 7 | ;; Registration Number H14PRO021 | ||
| 6 | ;; Copyright (C) 2003 | 8 | ;; Copyright (C) 2003 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 9 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H13PRO009 | 10 | ;; Registration Number H13PRO009 |
diff --git a/lisp/language/greek.el b/lisp/language/greek.el index e3625b4c7c2..27dc26f2cfc 100644 --- a/lisp/language/greek.el +++ b/lisp/language/greek.el | |||
| @@ -1,8 +1,9 @@ | |||
| 1 | ;;; greek.el --- support for Greek -*- no-byte-compile: t -*- | 1 | ;;; greek.el --- support for Greek -*- no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | ||
| 4 | ;; Licensed to the Free Software Foundation. | ||
| 5 | ;; Copyright (C) 2002 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002 Free Software Foundation, Inc. |
| 4 | ;; Copyright (C) 1995 | ||
| 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | ||
| 6 | ;; Registration Number H14PRO021 | ||
| 6 | ;; Copyright (C) 2003 | 7 | ;; Copyright (C) 2003 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 8 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H13PRO009 | 9 | ;; Registration Number H13PRO009 |
diff --git a/lisp/language/hebrew.el b/lisp/language/hebrew.el index bc59d23b3ee..fcd9f56153d 100644 --- a/lisp/language/hebrew.el +++ b/lisp/language/hebrew.el | |||
| @@ -1,8 +1,9 @@ | |||
| 1 | ;;; hebrew.el --- support for Hebrew -*- coding: iso-2022-7bit; no-byte-compile: t -*- | 1 | ;;; hebrew.el --- support for Hebrew -*- coding: iso-2022-7bit; no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 2001, 2002 Free Software Foundation, Inc. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Copyright (C) 1995 |
| 5 | ;; Copyright (C) 2001, 2002 Free Software Foundation, Inc. | 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 6 | ;; Registration Number H14PRO021 | ||
| 6 | ;; Copyright (C) 2003 | 7 | ;; Copyright (C) 2003 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 8 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H13PRO009 | 9 | ;; Registration Number H13PRO009 |
diff --git a/lisp/language/indian.el b/lisp/language/indian.el index e868718bfda..1307243e074 100644 --- a/lisp/language/indian.el +++ b/lisp/language/indian.el | |||
| @@ -1,6 +1,9 @@ | |||
| 1 | ;;; indian.el --- Indian languages support -*- coding: iso-2022-7bit; -*- | 1 | ;;; indian.el --- Indian languages support -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 1999, 2001 Free Software Foundation, Inc. |
| 4 | ;; Copyright (C) 2002, 2003 | ||
| 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | ||
| 6 | ;; Registration Number H14PRO021 | ||
| 4 | 7 | ||
| 5 | ;; Maintainer: KAWABATA, Taichi <kawabata@m17n.org> | 8 | ;; Maintainer: KAWABATA, Taichi <kawabata@m17n.org> |
| 6 | ;; Keywords: multilingual, i18n, Indian | 9 | ;; Keywords: multilingual, i18n, Indian |
diff --git a/lisp/language/japan-util.el b/lisp/language/japan-util.el index e9a80fc99a7..81a40a9c450 100644 --- a/lisp/language/japan-util.el +++ b/lisp/language/japan-util.el | |||
| @@ -1,8 +1,9 @@ | |||
| 1 | ;;; japan-util.el --- utilities for Japanese -*- coding: iso-2022-7bit; -*- | 1 | ;;; japan-util.el --- utilities for Japanese -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 2001 Free Software Foundation, Inc. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Copyright (C) 1995, 1998, 2000, 2003 |
| 5 | ;; Copyright (C) 2001 Free SOftware Foundation, Inc. | 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 6 | ;; Registration Number H14PRO021 | ||
| 6 | 7 | ||
| 7 | ;; Keywords: mule, multilingual, Japanese | 8 | ;; Keywords: mule, multilingual, Japanese |
| 8 | 9 | ||
diff --git a/lisp/language/japanese.el b/lisp/language/japanese.el index 1c48228d2db..b882cd5e62b 100644 --- a/lisp/language/japanese.el +++ b/lisp/language/japanese.el | |||
| @@ -1,7 +1,9 @@ | |||
| 1 | ;;; japanese.el --- support for Japanese -*- coding: iso-2022-7bit; no-byte-compile: t -*- | 1 | ;;; japanese.el --- support for Japanese -*- coding: iso-2022-7bit; no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1997 Free Software Foundation, Inc. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Copyright (C) 1995, 1997, 1998 |
| 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | ||
| 6 | ;; Registration Number H14PRO021 | ||
| 5 | ;; Copyright (C) 2003 | 7 | ;; Copyright (C) 2003 |
| 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 8 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | ;; Registration Number H13PRO009 | 9 | ;; Registration Number H13PRO009 |
diff --git a/lisp/language/korea-util.el b/lisp/language/korea-util.el index 222832022ac..de940f5317f 100644 --- a/lisp/language/korea-util.el +++ b/lisp/language/korea-util.el | |||
| @@ -1,6 +1,9 @@ | |||
| 1 | ;;; korea-util.el --- utilities for Korean | 1 | ;;; korea-util.el --- utilities for Korean |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 1999 Free Software Foundation, Inc. |
| 4 | ;; Copyright (C) 1997, 1998, 1999 | ||
| 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | ||
| 6 | ;; Registration Number H14PRO021 | ||
| 4 | 7 | ||
| 5 | ;; Keywords: mule, multilingual, Korean | 8 | ;; Keywords: mule, multilingual, Korean |
| 6 | 9 | ||
diff --git a/lisp/language/korean.el b/lisp/language/korean.el index 8624264185d..1657de90f4c 100644 --- a/lisp/language/korean.el +++ b/lisp/language/korean.el | |||
| @@ -1,7 +1,9 @@ | |||
| 1 | ;;; korean.el --- support for Korean -*- coding: iso-2022-7bit; no-byte-compile: t -*- | 1 | ;;; korean.el --- support for Korean -*- coding: iso-2022-7bit; no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1998 Free Software Foundation, Inc. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Copyright (C) 1995, 1998 |
| 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | ||
| 6 | ;; Registration Number H14PRO021 | ||
| 5 | ;; Copyright (C) 2003 | 7 | ;; Copyright (C) 2003 |
| 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 8 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | ;; Registration Number H13PRO009 | 9 | ;; Registration Number H13PRO009 |
diff --git a/lisp/language/lao-util.el b/lisp/language/lao-util.el index ad0253648ea..9141c34f3df 100644 --- a/lisp/language/lao-util.el +++ b/lisp/language/lao-util.el | |||
| @@ -1,8 +1,9 @@ | |||
| 1 | ;;; lao-util.el --- utilities for Lao -*- coding: iso-2022-7bit; -*- | 1 | ;;; lao-util.el --- utilities for Lao -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 2001 Free Software Foundation, Inc. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Copyright (C) 1997, 1998, 1999, 2000 |
| 5 | ;; Copyright (C) 2001 Free Software Foundation, Inc. | 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 6 | ;; Registration Number H14PRO021 | ||
| 6 | ;; Copyright (C) 2003 | 7 | ;; Copyright (C) 2003 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 8 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H13PRO009 | 9 | ;; Registration Number H13PRO009 |
diff --git a/lisp/language/lao.el b/lisp/language/lao.el index ec5c07342e4..f400bb50931 100644 --- a/lisp/language/lao.el +++ b/lisp/language/lao.el | |||
| @@ -1,8 +1,9 @@ | |||
| 1 | ;;; lao.el --- support for Lao -*- coding: iso-2022-7bit; no-byte-compile: t -*- | 1 | ;;; lao.el --- support for Lao -*- coding: iso-2022-7bit; no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 2001 Free Software Foundation, Inc. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Copyright (C) 1997, 1998, 1999, 2002 |
| 5 | ;; Copyright (C) 2001 Free Software Foundation, Inc. | 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 6 | ;; Registration Number H14PRO021 | ||
| 6 | ;; Copyright (C) 2003 | 7 | ;; Copyright (C) 2003 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 8 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H13PRO009 | 9 | ;; Registration Number H13PRO009 |
diff --git a/lisp/language/misc-lang.el b/lisp/language/misc-lang.el index 537267ce9ba..47993e16ea5 100644 --- a/lisp/language/misc-lang.el +++ b/lisp/language/misc-lang.el | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | ;;; misc-lang.el --- support for miscellaneous languages (characters) -*- no-byte-compile: t -*- | 1 | ;;; misc-lang.el --- support for miscellaneous languages (characters) -*- no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1995, 1997 |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 5 | ;; Registration Number H14PRO021 | ||
| 5 | 6 | ||
| 6 | ;; Keywords: multilingual, character set, coding system | 7 | ;; Keywords: multilingual, character set, coding system |
| 7 | 8 | ||
diff --git a/lisp/language/tibet-util.el b/lisp/language/tibet-util.el index ec53d121f02..ce83add4b6f 100644 --- a/lisp/language/tibet-util.el +++ b/lisp/language/tibet-util.el | |||
| @@ -1,7 +1,9 @@ | |||
| 1 | ;;; tibet-util.el --- utilities for Tibetan -*- coding: iso-2022-7bit; -*- | 1 | ;;; tibet-util.el --- utilities for Tibetan -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1997, 2002 Free Software Foundation, Inc. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Copyright (C) 1995, 1997, 1998, 2000 |
| 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | ||
| 6 | ;; Registration Number H14PRO021 | ||
| 5 | 7 | ||
| 6 | ;; Keywords: multilingual, Tibetan | 8 | ;; Keywords: multilingual, Tibetan |
| 7 | 9 | ||
diff --git a/lisp/language/tibetan.el b/lisp/language/tibetan.el index 4b580f4a81c..9ed777585db 100644 --- a/lisp/language/tibetan.el +++ b/lisp/language/tibetan.el | |||
| @@ -1,7 +1,9 @@ | |||
| 1 | ;;; tibetan.el --- support for Tibetan language -*- coding: iso-2022-7bit; -*- | 1 | ;;; tibetan.el --- support for Tibetan language -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1997, 2002 Free Software Foundation, Inc. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Copyright (C) 1997, 1999, 2000 |
| 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | ||
| 6 | ;; Registration Number H14PRO021 | ||
| 5 | ;; Copyright (C) 2003 | 7 | ;; Copyright (C) 2003 |
| 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 8 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | ;; Registration Number H13PRO009 | 9 | ;; Registration Number H13PRO009 |
diff --git a/lisp/language/viet-util.el b/lisp/language/viet-util.el index c2f1218a536..c854238b6a4 100644 --- a/lisp/language/viet-util.el +++ b/lisp/language/viet-util.el | |||
| @@ -1,7 +1,9 @@ | |||
| 1 | ;;; viet-util.el --- utilities for Vietnamese -*- coding: iso-2022-7bit; -*- | 1 | ;;; viet-util.el --- utilities for Vietnamese -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1998 Free Software Foundation, Inc. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Copyright (C) 1995, 1997 |
| 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | ||
| 6 | ;; Registration Number H14PRO021 | ||
| 5 | ;; Copyright (C) 2003 | 7 | ;; Copyright (C) 2003 |
| 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 8 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | ;; Registration Number H13PRO009 | 9 | ;; Registration Number H13PRO009 |
diff --git a/lisp/language/vietnamese.el b/lisp/language/vietnamese.el index a5360d781f5..9f7196c5adb 100644 --- a/lisp/language/vietnamese.el +++ b/lisp/language/vietnamese.el | |||
| @@ -1,8 +1,9 @@ | |||
| 1 | ;;; vietnamese.el --- support for Vietnamese -*- coding: iso-2022-7bit; -*- | 1 | ;;; vietnamese.el --- support for Vietnamese -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1998, 2002 Free Software Foundation, Inc. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Copyright (C) 1995, 1997, 1998, 2000 |
| 5 | ;; Copyright (C) 2002 Free Software Foundation, Inc. | 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 6 | ;; Registration Number H14PRO021 | ||
| 6 | ;; Copyright (C) 2003 | 7 | ;; Copyright (C) 2003 |
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 8 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H13PRO009 | 9 | ;; Registration Number H13PRO009 |