aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/language
diff options
context:
space:
mode:
authorPavel Janík2001-07-16 12:23:00 +0000
committerPavel Janík2001-07-16 12:23:00 +0000
commite8af40eed41d6c61ea6a0649512c4b09afcb1bfa (patch)
tree588654cb6c38a93c432bfae53ccbf36569e3cf23 /lisp/language
parent4cba8c0bdcce038e6966aab82d08859d796e69d0 (diff)
downloademacs-e8af40eed41d6c61ea6a0649512c4b09afcb1bfa.tar.gz
emacs-e8af40eed41d6c61ea6a0649512c4b09afcb1bfa.zip
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/language')
-rw-r--r--lisp/language/devan-util.el6
-rw-r--r--lisp/language/devanagari.el3
-rw-r--r--lisp/language/ethio-util.el6
-rw-r--r--lisp/language/ethiopic.el4
-rw-r--r--lisp/language/european.el2
-rw-r--r--lisp/language/indian.el2
-rw-r--r--lisp/language/romanian.el5
-rw-r--r--lisp/language/tibet-util.el6
-rw-r--r--lisp/language/tibetan.el6
9 files changed, 24 insertions, 16 deletions
diff --git a/lisp/language/devan-util.el b/lisp/language/devan-util.el
index be15f2d5b31..f77ac2d4214 100644
--- a/lisp/language/devan-util.el
+++ b/lisp/language/devan-util.el
@@ -1,4 +1,4 @@
1;;; devan-util.el --- Support for Devanagari Script Composition 1;;; devan-util.el --- support for Devanagari Script Composition
2 2
3;; Copyright (C) 1996, 2001 Free Software Foundation, Inc. 3;; Copyright (C) 1996, 2001 Free Software Foundation, Inc.
4 4
@@ -1281,8 +1281,8 @@ If there's no corresponding narrow character, return CHAR as is."
1281;; 1281;;
1282(provide 'devan-util) 1282(provide 'devan-util)
1283 1283
1284;;; devan-util.el end here
1285
1286;; Local Variables: 1284;; Local Variables:
1287;; coding: iso-2022-7bit 1285;; coding: iso-2022-7bit
1288;; End: 1286;; End:
1287
1288;;; devan-util.el ends here
diff --git a/lisp/language/devanagari.el b/lisp/language/devanagari.el
index 1be6e270037..e0f3e783b0a 100644
--- a/lisp/language/devanagari.el
+++ b/lisp/language/devanagari.el
@@ -1,4 +1,4 @@
1;;; devanagari.el --- Support for Devanagari -*- coding: iso-2022-7bit; -*- 1;;; devanagari.el --- support for Devanagari -*- coding: iso-2022-7bit; -*-
2 2
3;; Copyright (C) 1996 Free Software Foundation, Inc. 3;; Copyright (C) 1996 Free Software Foundation, Inc.
4 4
@@ -28,6 +28,7 @@
28;; History: 28;; History:
29;; 1996.10.18 written by KAWABATA, Taichi <kawabata@is.s.u-tokyo.ac.jp> 29;; 1996.10.18 written by KAWABATA, Taichi <kawabata@is.s.u-tokyo.ac.jp>
30;; 1997.1.20 fixed some bugs. 30;; 1997.1.20 fixed some bugs.
31
31;;; Code: 32;;; Code:
32 33
33(make-coding-system 34(make-coding-system
diff --git a/lisp/language/ethio-util.el b/lisp/language/ethio-util.el
index 5dde78ec832..68bfc7b1c9c 100644
--- a/lisp/language/ethio-util.el
+++ b/lisp/language/ethio-util.el
@@ -24,6 +24,8 @@
24 24
25;; Author: TAKAHASHI Naoto <ntakahas@m17n.org> 25;; Author: TAKAHASHI Naoto <ntakahas@m17n.org>
26 26
27;;; Commentary:
28
27;;; Code: 29;;; Code:
28 30
29;; Information for exiting Ethiopic environment. 31;; Information for exiting Ethiopic environment.
@@ -1296,7 +1298,7 @@ The markers \"<sera>\" and \"</sera>\" themselves are not deleted."
1296 composite t)) 1298 composite t))
1297 ;; neither gemination nor fidel 1299 ;; neither gemination nor fidel
1298 ((not (eq (char-charset ch) 'ethiopic)) 1300 ((not (eq (char-charset ch) 'ethiopic))
1299 (error "Not a valid character."))) 1301 (error "Not a valid character")))
1300 1302
1301 ;; set frequently referred character features 1303 ;; set frequently referred character features
1302 (setq ch (ethio-char-to-ethiocode ch) 1304 (setq ch (ethio-char-to-ethiocode ch)
@@ -1306,7 +1308,7 @@ The markers \"<sera>\" and \"</sera>\" themselves are not deleted."
1306 (if (or (and (>= ch 344) (<= ch 380)) ;; mYa - `10000 1308 (if (or (and (>= ch 344) (<= ch 380)) ;; mYa - `10000
1307 (and (>= ch 448) (<= ch 452)) ;; \~X - \~A 1309 (and (>= ch 448) (<= ch 452)) ;; \~X - \~A
1308 (>= ch 458)) ;; private punctuations 1310 (>= ch 458)) ;; private punctuations
1309 (error "Not a valid character.")) 1311 (error "Not a valid character"))
1310 1312
1311 (setq 1313 (setq
1312 newch 1314 newch
diff --git a/lisp/language/ethiopic.el b/lisp/language/ethiopic.el
index 15ad961167a..27c7e77f4b7 100644
--- a/lisp/language/ethiopic.el
+++ b/lisp/language/ethiopic.el
@@ -1,4 +1,4 @@
1;;; ethiopic.el --- Support for Ethiopic -*- coding: iso-2022-7bit; -*- 1;;; ethiopic.el --- support for Ethiopic -*- coding: iso-2022-7bit; -*-
2 2
3;; Copyright (C) 1995, 2001 Electrotechnical Laboratory, JAPAN. 3;; Copyright (C) 1995, 2001 Electrotechnical Laboratory, JAPAN.
4;; Licensed to the Free Software Foundation. 4;; Licensed to the Free Software Foundation.
@@ -24,6 +24,8 @@
24 24
25;; Author: TAKAHASHI Naoto <ntakahas@m17n.org> 25;; Author: TAKAHASHI Naoto <ntakahas@m17n.org>
26 26
27;;; Commentary:
28
27;;; Code: 29;;; Code:
28 30
29(define-ccl-program ccl-encode-ethio-font 31(define-ccl-program ccl-encode-ethio-font
diff --git a/lisp/language/european.el b/lisp/language/european.el
index 9e9e10ae402..ad7353bae72 100644
--- a/lisp/language/european.el
+++ b/lisp/language/european.el
@@ -1,4 +1,4 @@
1;;; european.el --- 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) 1995, 1997, 2001 Electrotechnical Laboratory, JAPAN.
4;; Licensed to the Free Software Foundation. 4;; Licensed to the Free Software Foundation.
diff --git a/lisp/language/indian.el b/lisp/language/indian.el
index 190e3769f3f..617c20123be 100644
--- a/lisp/language/indian.el
+++ b/lisp/language/indian.el
@@ -1,4 +1,4 @@
1;;; indian.el --- Support for Indian Languages -*- coding: iso-2022-7bit; -*- 1;;; indian.el --- support for Indian Languages -*- coding: iso-2022-7bit; -*-
2 2
3;; Copyright (C) 1995 Free Software Foundation, Inc. 3;; Copyright (C) 1995 Free Software Foundation, Inc.
4 4
diff --git a/lisp/language/romanian.el b/lisp/language/romanian.el
index 795876547d2..2ca780dd1bb 100644
--- a/lisp/language/romanian.el
+++ b/lisp/language/romanian.el
@@ -1,4 +1,4 @@
1;;; romanian.el --- Support for Romanian -*- coding: iso-latin-2; -*- 1;;; romanian.el --- support for Romanian -*- coding: iso-latin-2; -*-
2 2
3;; Copyright (C) 1998 Free Software Foundation. 3;; Copyright (C) 1998 Free Software Foundation.
4 4
@@ -43,5 +43,4 @@
43 43
44(provide 'romanian) 44(provide 'romanian)
45 45
46;; romanian.el ends here 46;;; romanian.el ends here
47
diff --git a/lisp/language/tibet-util.el b/lisp/language/tibet-util.el
index af10e94d344..54938ffe635 100644
--- a/lisp/language/tibet-util.el
+++ b/lisp/language/tibet-util.el
@@ -26,11 +26,13 @@
26 26
27;; Created: Feb. 17. 1997 27;; Created: Feb. 17. 1997
28 28
29;; History: 29;;; History:
30;; 1997.03.13 Modification in treatment of text properties; 30;; 1997.03.13 Modification in treatment of text properties;
31;; Support for some special signs and punctuations. 31;; Support for some special signs and punctuations.
32;; 1999.10.25 Modification for a new composition way by K.Handa. 32;; 1999.10.25 Modification for a new composition way by K.Handa.
33 33
34;;; Commentary:
35
34;;; Code: 36;;; Code:
35 37
36;;;###autoload 38;;;###autoload
@@ -350,4 +352,4 @@ See also docstring of the function tibetan-compose-region."
350 352
351(provide 'tibet-util) 353(provide 'tibet-util)
352 354
353;;; language/tibet-util.el ends here. 355;;; tibet-util.el ends here
diff --git a/lisp/language/tibetan.el b/lisp/language/tibetan.el
index a6824887702..4f9068c0263 100644
--- a/lisp/language/tibetan.el
+++ b/lisp/language/tibetan.el
@@ -1,4 +1,4 @@
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 Electrotechnical Laboratory, JAPAN.
4;; Licensed to the Free Software Foundation. 4;; Licensed to the Free Software Foundation.
@@ -29,6 +29,8 @@
29;; History: 29;; History:
30;; 1997.03.13 Modification for special signs and punctuations. 30;; 1997.03.13 Modification for special signs and punctuations.
31 31
32;;; Commentary:
33
32;;; Code: 34;;; Code:
33 35
34;;; Tibetan Character set. 36;;; Tibetan Character set.
@@ -625,4 +627,4 @@ This also matches some punctuation characters which need conversion.")
625 627
626(provide 'tibetan) 628(provide 'tibetan)
627 629
628;;; language/tibetan.el ends here 630;;; tibetan.el ends here