diff options
| author | Paul Eggert | 2019-05-19 21:29:13 -0700 |
|---|---|---|
| committer | Paul Eggert | 2019-05-19 21:34:27 -0700 |
| commit | bef1be873009d6e9f5a097396179f63a565bb6fd (patch) | |
| tree | 227e495b83b50b965c65f26b3bb979e877726530 /lisp/language | |
| parent | 20241e2c764263ebf31cfb0c6a7a0d3b9ba52429 (diff) | |
| download | emacs-bef1be873009d6e9f5a097396179f63a565bb6fd.tar.gz emacs-bef1be873009d6e9f5a097396179f63a565bb6fd.zip | |
Fixes for "Maintainer:" and related lines
Mostly, this just removes "Maintainer: emacs-devel@gnu.org" lines,
which are not that useful. It also cleans up and regularizes a
few similar lines.
Diffstat (limited to 'lisp/language')
| -rw-r--r-- | lisp/language/cyrillic.el | 2 | ||||
| -rw-r--r-- | lisp/language/european.el | 2 | ||||
| -rw-r--r-- | lisp/language/indian.el | 2 | ||||
| -rw-r--r-- | lisp/language/thai-word.el | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lisp/language/cyrillic.el b/lisp/language/cyrillic.el index 75d4249423c..564ac5f5921 100644 --- a/lisp/language/cyrillic.el +++ b/lisp/language/cyrillic.el | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 9 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 10 | ;; Registration Number H13PRO009 | 10 | ;; Registration Number H13PRO009 |
| 11 | 11 | ||
| 12 | ;; Author: Kenichi Handa <handa@etl.go.jp> | 12 | ;; Author: Kenichi Handa <handa@gnu.org> |
| 13 | ;; Keywords: multilingual, Cyrillic, i18n | 13 | ;; Keywords: multilingual, Cyrillic, i18n |
| 14 | 14 | ||
| 15 | ;; This file is part of GNU Emacs. | 15 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/language/european.el b/lisp/language/european.el index 8c38175972f..fedbca4eb69 100644 --- a/lisp/language/european.el +++ b/lisp/language/european.el | |||
| @@ -525,7 +525,7 @@ method and applying Turkish case rules for the characters i, I, ı, İ."))) | |||
| 525 | (set-case-syntax ?ı "w" table))) | 525 | (set-case-syntax ?ı "w" table))) |
| 526 | 526 | ||
| 527 | ;; Polish ISO 8859-2 environment. | 527 | ;; Polish ISO 8859-2 environment. |
| 528 | ;; Maintainer: Wlodek Bzyl <matwb@univ.gda.pl> | 528 | ;; Maintainer: Włodek Bzyl <matwb@univ.gda.pl> |
| 529 | ;; Keywords: multilingual, Polish | 529 | ;; Keywords: multilingual, Polish |
| 530 | 530 | ||
| 531 | (set-language-info-alist | 531 | (set-language-info-alist |
diff --git a/lisp/language/indian.el b/lisp/language/indian.el index d63e9b465fa..894a01502c6 100644 --- a/lisp/language/indian.el +++ b/lisp/language/indian.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 6 | ;; Registration Number H14PRO021 | 6 | ;; Registration Number H14PRO021 |
| 7 | 7 | ||
| 8 | ;; Maintainer: Kenichi Handa <handa@m17n.org> | 8 | ;; Maintainer: Kenichi Handa <handa@gnu.org> |
| 9 | ;; KAWABATA, Taichi <kawabata@m17n.org> | 9 | ;; KAWABATA, Taichi <kawabata@m17n.org> |
| 10 | ;; Keywords: multilingual, i18n, Indian | 10 | ;; Keywords: multilingual, i18n, Indian |
| 11 | 11 | ||
diff --git a/lisp/language/thai-word.el b/lisp/language/thai-word.el index e67dd093430..94c6ab98979 100644 --- a/lisp/language/thai-word.el +++ b/lisp/language/thai-word.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 4 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 5 | ;; Registration Number H14PRO021 | 5 | ;; Registration Number H14PRO021 |
| 6 | 6 | ||
| 7 | ;; Author: Kenichi HANDA <handa@etl.go.jp> | 7 | ;; Author: Kenichi Handa <handa@gnu.org> |
| 8 | 8 | ||
| 9 | ;; Keywords: thai, word break, emacs | 9 | ;; Keywords: thai, word break, emacs |
| 10 | 10 | ||