diff options
| author | Pavel Janík | 2001-07-15 19:53:53 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-07-15 19:53:53 +0000 |
| commit | 60370d40737ecf92cec4ab75aa73d3ea9ed2d858 (patch) | |
| tree | 29c0aec9d5f8e7af681d5ff1b49e72245067cf5c /lisp/language | |
| parent | 715a2ca2fc1be26e8420f209c3440b90d687fec6 (diff) | |
| download | emacs-60370d40737ecf92cec4ab75aa73d3ea9ed2d858.tar.gz emacs-60370d40737ecf92cec4ab75aa73d3ea9ed2d858.zip | |
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/language')
| -rw-r--r-- | lisp/language/china-util.el | 2 | ||||
| -rw-r--r-- | lisp/language/chinese.el | 2 | ||||
| -rw-r--r-- | lisp/language/cyril-util.el | 8 | ||||
| -rw-r--r-- | lisp/language/cyrillic.el | 2 | ||||
| -rw-r--r-- | lisp/language/english.el | 4 | ||||
| -rw-r--r-- | lisp/language/greek.el | 2 | ||||
| -rw-r--r-- | lisp/language/hebrew.el | 2 | ||||
| -rw-r--r-- | lisp/language/japan-util.el | 5 | ||||
| -rw-r--r-- | lisp/language/japanese.el | 2 | ||||
| -rw-r--r-- | lisp/language/korea-util.el | 4 | ||||
| -rw-r--r-- | lisp/language/korean.el | 2 | ||||
| -rw-r--r-- | lisp/language/lao-util.el | 2 | ||||
| -rw-r--r-- | lisp/language/lao.el | 4 | ||||
| -rw-r--r-- | lisp/language/misc-lang.el | 5 | ||||
| -rw-r--r-- | lisp/language/slovak.el | 4 | ||||
| -rw-r--r-- | lisp/language/thai-util.el | 2 | ||||
| -rw-r--r-- | lisp/language/thai.el | 2 | ||||
| -rw-r--r-- | lisp/language/viet-util.el | 2 | ||||
| -rw-r--r-- | lisp/language/vietnamese.el | 2 |
19 files changed, 37 insertions, 21 deletions
diff --git a/lisp/language/china-util.el b/lisp/language/china-util.el index 6e4e68e26b0..8a0a83d834a 100644 --- a/lisp/language/china-util.el +++ b/lisp/language/china-util.el | |||
| @@ -22,6 +22,8 @@ | |||
| 22 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 22 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 23 | ;; Boston, MA 02111-1307, USA. | 23 | ;; Boston, MA 02111-1307, USA. |
| 24 | 24 | ||
| 25 | ;;; Commentary: | ||
| 26 | |||
| 25 | ;;; Code: | 27 | ;;; Code: |
| 26 | 28 | ||
| 27 | ;; Hz/ZW encoding stuffs | 29 | ;; Hz/ZW encoding stuffs |
diff --git a/lisp/language/chinese.el b/lisp/language/chinese.el index de9aee9252c..498b9c635ba 100644 --- a/lisp/language/chinese.el +++ b/lisp/language/chinese.el | |||
| @@ -1,4 +1,4 @@ | |||
| 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) 1995 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
diff --git a/lisp/language/cyril-util.el b/lisp/language/cyril-util.el index 0f6086a8797..e0b828a019d 100644 --- a/lisp/language/cyril-util.el +++ b/lisp/language/cyril-util.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; cyril-util.el --- utilities for Cyrillic scripts | 1 | ;;; cyril-util.el --- utilities for Cyrillic scripts |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -21,6 +21,8 @@ | |||
| 21 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 21 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 22 | ;; Boston, MA 02111-1307, USA. | 22 | ;; Boston, MA 02111-1307, USA. |
| 23 | 23 | ||
| 24 | ;;; Commentary: | ||
| 25 | |||
| 24 | ;;; Code: | 26 | ;;; Code: |
| 25 | 27 | ||
| 26 | ;;;###autoload | 28 | ;;;###autoload |
| @@ -189,8 +191,8 @@ If the argument is nil, we return the display table to its standard state." | |||
| 189 | ;; | 191 | ;; |
| 190 | (provide 'cyril-util) | 192 | (provide 'cyril-util) |
| 191 | 193 | ||
| 192 | ;;; cyril-util.el ends here | ||
| 193 | |||
| 194 | ;; Local Variables: | 194 | ;; Local Variables: |
| 195 | ;; coding: iso-2022-7bit | 195 | ;; coding: iso-2022-7bit |
| 196 | ;; End: | 196 | ;; End: |
| 197 | |||
| 198 | ;;; cyril-util.el ends here | ||
diff --git a/lisp/language/cyrillic.el b/lisp/language/cyrillic.el index 037869b6886..dbf51acbd52 100644 --- a/lisp/language/cyrillic.el +++ b/lisp/language/cyrillic.el | |||
| @@ -1,4 +1,4 @@ | |||
| 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) 1995 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
diff --git a/lisp/language/english.el b/lisp/language/english.el index bba7e20b94d..cbfd206c204 100644 --- a/lisp/language/english.el +++ b/lisp/language/english.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; english.el --- English support | 1 | ;;; english.el --- support for English |
| 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. |
| @@ -28,7 +28,7 @@ | |||
| 28 | ;; English as a language environment is one of the ways to reset | 28 | ;; English as a language environment is one of the ways to reset |
| 29 | ;; various multilingual environment to the original settting. | 29 | ;; various multilingual environment to the original settting. |
| 30 | 30 | ||
| 31 | ;;; Code | 31 | ;;; Code: |
| 32 | 32 | ||
| 33 | (set-language-info-alist | 33 | (set-language-info-alist |
| 34 | "English" '((tutorial . "TUTORIAL") | 34 | "English" '((tutorial . "TUTORIAL") |
diff --git a/lisp/language/greek.el b/lisp/language/greek.el index 385536d97b5..39702866755 100644 --- a/lisp/language/greek.el +++ b/lisp/language/greek.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; greek.el --- Support for Greek | 1 | ;;; greek.el --- support for Greek |
| 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/hebrew.el b/lisp/language/hebrew.el index ec3edfce127..3579d2c394a 100644 --- a/lisp/language/hebrew.el +++ b/lisp/language/hebrew.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; hebrew.el --- Support for Hebrew -*- coding: iso-2022-7bit; -*- | 1 | ;;; hebrew.el --- support for Hebrew -*- 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/japan-util.el b/lisp/language/japan-util.el index 36dbefb4af7..465477c6550 100644 --- a/lisp/language/japan-util.el +++ b/lisp/language/japan-util.el | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | ;;; japan-util.el --- utilities for Japanese -*- coding: iso-2022-7bit; -*- | 1 | ;;; japan-util.el --- utilities for Japanese -*- coding: iso-2022-7bit; -*- |
| 2 | |||
| 3 | 2 | ||
| 4 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. |
| 5 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
| @@ -24,6 +23,8 @@ | |||
| 24 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 23 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 25 | ;; Boston, MA 02111-1307, USA. | 24 | ;; Boston, MA 02111-1307, USA. |
| 26 | 25 | ||
| 26 | ;;; Commentary: | ||
| 27 | |||
| 27 | ;;; Code: | 28 | ;;; Code: |
| 28 | 29 | ||
| 29 | (defvar sentence-end-save nil) | 30 | (defvar sentence-end-save nil) |
diff --git a/lisp/language/japanese.el b/lisp/language/japanese.el index 92001e47c0b..20ec1aa2a50 100644 --- a/lisp/language/japanese.el +++ b/lisp/language/japanese.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; japanese.el --- Japanese support -*- coding: iso-2022-7bit; -*- | 1 | ;;; japanese.el --- support for Japanese -*- 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/korea-util.el b/lisp/language/korea-util.el index 11438295a2e..9a945668c76 100644 --- a/lisp/language/korea-util.el +++ b/lisp/language/korea-util.el | |||
| @@ -21,6 +21,8 @@ | |||
| 21 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 21 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 22 | ;; Boston, MA 02111-1307, USA. | 22 | ;; Boston, MA 02111-1307, USA. |
| 23 | 23 | ||
| 24 | ;;; Commentary: | ||
| 25 | |||
| 24 | ;;; Code: | 26 | ;;; Code: |
| 25 | 27 | ||
| 26 | ;;;###autoload | 28 | ;;;###autoload |
| @@ -133,4 +135,4 @@ | |||
| 133 | ;; | 135 | ;; |
| 134 | (provide 'korea-util) | 136 | (provide 'korea-util) |
| 135 | 137 | ||
| 136 | ;;; korean-util.el ends here | 138 | ;;; korea-util.el ends here |
diff --git a/lisp/language/korean.el b/lisp/language/korean.el index 276e437360c..466e7cce0b2 100644 --- a/lisp/language/korean.el +++ b/lisp/language/korean.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; korean.el --- Support for Korean -*- coding: iso-2022-7bit; -*- | 1 | ;;; korean.el --- support for Korean -*- 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/lao-util.el b/lisp/language/lao-util.el index dea365ad58b..1fca9c4dbb5 100644 --- a/lisp/language/lao-util.el +++ b/lisp/language/lao-util.el | |||
| @@ -22,6 +22,8 @@ | |||
| 22 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 22 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 23 | ;; Boston, MA 02111-1307, USA. | 23 | ;; Boston, MA 02111-1307, USA. |
| 24 | 24 | ||
| 25 | ;;; Commentary: | ||
| 26 | |||
| 25 | ;;; Code: | 27 | ;;; Code: |
| 26 | 28 | ||
| 27 | ;; Setting information of Thai characters. | 29 | ;; Setting information of Thai characters. |
diff --git a/lisp/language/lao.el b/lisp/language/lao.el index 7aae8f76db5..ec2a62943d3 100644 --- a/lisp/language/lao.el +++ b/lisp/language/lao.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; lao.el --- Support for Lao -*- coding: iso-2022-7bit; -*- | 1 | ;;; lao.el --- support 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. |
| @@ -22,6 +22,8 @@ | |||
| 22 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 22 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 23 | ;; Boston, MA 02111-1307, USA. | 23 | ;; Boston, MA 02111-1307, USA. |
| 24 | 24 | ||
| 25 | ;;; Commentary: | ||
| 26 | |||
| 25 | ;;; Code: | 27 | ;;; Code: |
| 26 | 28 | ||
| 27 | (make-coding-system | 29 | (make-coding-system |
diff --git a/lisp/language/misc-lang.el b/lisp/language/misc-lang.el index 04ca63f55c4..fc47caee7f8 100644 --- a/lisp/language/misc-lang.el +++ b/lisp/language/misc-lang.el | |||
| @@ -22,6 +22,10 @@ | |||
| 22 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 22 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 23 | ;; Boston, MA 02111-1307, USA. | 23 | ;; Boston, MA 02111-1307, USA. |
| 24 | 24 | ||
| 25 | ;;; Commentary: | ||
| 26 | |||
| 27 | ;;; Code: | ||
| 28 | |||
| 25 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 29 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| 26 | ;;; IPA (International Phonetic Alphabet) | 30 | ;;; IPA (International Phonetic Alphabet) |
| 27 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 31 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| @@ -40,4 +44,3 @@ and Italian."))) | |||
| 40 | (provide 'misc-lang) | 44 | (provide 'misc-lang) |
| 41 | 45 | ||
| 42 | ;;; misc-lang.el ends here | 46 | ;;; misc-lang.el ends here |
| 43 | |||
diff --git a/lisp/language/slovak.el b/lisp/language/slovak.el index 709cf8ae8b5..cda4cbebe50 100644 --- a/lisp/language/slovak.el +++ b/lisp/language/slovak.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; slovak.el --- Support for Slovak -*- coding: iso-2022-7bit; -*- | 1 | ;;; slovak.el --- support for 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 | ||
| @@ -48,4 +48,4 @@ and select's the Slovak tutorial.")) | |||
| 48 | 48 | ||
| 49 | (provide 'slovak) | 49 | (provide 'slovak) |
| 50 | 50 | ||
| 51 | ;; slovak.el ends here | 51 | ;;; slovak.el ends here |
diff --git a/lisp/language/thai-util.el b/lisp/language/thai-util.el index 1a8802a3460..d2e4e116f3a 100644 --- a/lisp/language/thai-util.el +++ b/lisp/language/thai-util.el | |||
| @@ -22,6 +22,8 @@ | |||
| 22 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 22 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 23 | ;; Boston, MA 02111-1307, USA. | 23 | ;; Boston, MA 02111-1307, USA. |
| 24 | 24 | ||
| 25 | ;;; Commentary: | ||
| 26 | |||
| 25 | ;;; Code: | 27 | ;;; Code: |
| 26 | 28 | ||
| 27 | ;; Setting information of Thai characters. | 29 | ;; Setting information of Thai characters. |
diff --git a/lisp/language/thai.el b/lisp/language/thai.el index 7a1805fa81b..7ba4043e105 100644 --- a/lisp/language/thai.el +++ b/lisp/language/thai.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; thai.el --- Support for Thai -*- coding: iso-2022-7bit; -*- | 1 | ;;; thai.el --- support 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/viet-util.el b/lisp/language/viet-util.el index d032eafd1d2..0268f6f0bb3 100644 --- a/lisp/language/viet-util.el +++ b/lisp/language/viet-util.el | |||
| @@ -1,4 +1,4 @@ | |||
| 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) 1995 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |
diff --git a/lisp/language/vietnamese.el b/lisp/language/vietnamese.el index 228cfff3c3b..92273b734af 100644 --- a/lisp/language/vietnamese.el +++ b/lisp/language/vietnamese.el | |||
| @@ -1,4 +1,4 @@ | |||
| 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) 1995 Electrotechnical Laboratory, JAPAN. |
| 4 | ;; Licensed to the Free Software Foundation. | 4 | ;; Licensed to the Free Software Foundation. |