diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-10-01 17:06:54 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-10-01 17:06:54 +0000 |
commit | 0a10297a064822f10484f3c08d03f18b3fd5a3e4 (patch) | |
tree | 041f2f2e0192833acc880146df4150836fd2fb95 /lisp/language | |
parent | c9cf2e67e84e9734dc42e558795b1e4910523908 (diff) | |
download | emacs-0a10297a064822f10484f3c08d03f18b3fd5a3e4.tar.gz |
Add "no-byte-compile: t" in first line.
Diffstat (limited to 'lisp/language')
-rw-r--r-- | lisp/language/czech.el | 2 | ||||
-rw-r--r-- | lisp/language/devanagari.el | 2 | ||||
-rw-r--r-- | lisp/language/english.el | 2 | ||||
-rw-r--r-- | lisp/language/georgian.el | 2 | ||||
-rw-r--r-- | lisp/language/greek.el | 2 | ||||
-rw-r--r-- | lisp/language/hebrew.el | 2 | ||||
-rw-r--r-- | lisp/language/japanese.el | 2 | ||||
-rw-r--r-- | lisp/language/korean.el | 2 | ||||
-rw-r--r-- | lisp/language/lao.el | 2 | ||||
-rw-r--r-- | lisp/language/misc-lang.el | 2 | ||||
-rw-r--r-- | lisp/language/romanian.el | 2 | ||||
-rw-r--r-- | lisp/language/slovak.el | 2 | ||||
-rw-r--r-- | lisp/language/thai.el | 2 | ||||
-rw-r--r-- | lisp/language/utf-8-lang.el | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/lisp/language/czech.el b/lisp/language/czech.el index d21579ee10b..cba9673596c 100644 --- a/lisp/language/czech.el +++ b/lisp/language/czech.el @@ -1,4 +1,4 @@ -;;; czech.el --- support for Czech -*- coding: iso-2022-7bit; -*- +;;; czech.el --- support for Czech -*- coding: iso-2022-7bit; no-byte-compile: t -*- ;; Copyright (C) 1998, 2001 Free Software Foundation. diff --git a/lisp/language/devanagari.el b/lisp/language/devanagari.el index 0d9c62c2cc6..3ac67eef66a 100644 --- a/lisp/language/devanagari.el +++ b/lisp/language/devanagari.el @@ -1,4 +1,4 @@ -;;; devanagari.el --- Support for Devanagari -*- coding: iso-2022-7bit; -*- +;;; devanagari.el --- Support for Devanagari -*- coding: iso-2022-7bit; no-byte-compile: t -*- ;; Copyright (C) 1996, 2001 Free Software Foundation, Inc. diff --git a/lisp/language/english.el b/lisp/language/english.el index cbfd206c204..af7dbafdb71 100644 --- a/lisp/language/english.el +++ b/lisp/language/english.el @@ -1,4 +1,4 @@ -;;; english.el --- support for English +;;; english.el --- support for English -*- no-byte-compile: t -*- ;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN. ;; Licensed to the Free Software Foundation. diff --git a/lisp/language/georgian.el b/lisp/language/georgian.el index 479e1456cca..cc97895fb6f 100644 --- a/lisp/language/georgian.el +++ b/lisp/language/georgian.el @@ -1,4 +1,4 @@ -;;; georgian.el --- language support for Georgian +;;; georgian.el --- language support for Georgian -*- no-byte-compile: t -*- ;; Copyright (C) 2001 Free Software Foundation, Inc. diff --git a/lisp/language/greek.el b/lisp/language/greek.el index 2066e8a4951..5f013d6ded7 100644 --- a/lisp/language/greek.el +++ b/lisp/language/greek.el @@ -1,4 +1,4 @@ -;;; greek.el --- support for Greek +;;; greek.el --- support for Greek -*- no-byte-compile: t -*- ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. ;; Licensed to the Free Software Foundation. diff --git a/lisp/language/hebrew.el b/lisp/language/hebrew.el index ad349495a7b..4b8efaadb95 100644 --- a/lisp/language/hebrew.el +++ b/lisp/language/hebrew.el @@ -1,4 +1,4 @@ -;;; hebrew.el --- support for Hebrew -*- coding: iso-2022-7bit; -*- +;;; hebrew.el --- support for Hebrew -*- coding: iso-2022-7bit; no-byte-compile: t -*- ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. ;; Licensed to the Free Software Foundation. diff --git a/lisp/language/japanese.el b/lisp/language/japanese.el index 9e4c92c20c1..d03167314a1 100644 --- a/lisp/language/japanese.el +++ b/lisp/language/japanese.el @@ -1,4 +1,4 @@ -;;; japanese.el --- support for Japanese -*- coding: iso-2022-7bit; -*- +;;; japanese.el --- support for Japanese -*- coding: iso-2022-7bit; no-byte-compile: t -*- ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. ;; Licensed to the Free Software Foundation. diff --git a/lisp/language/korean.el b/lisp/language/korean.el index 5398ef79ff6..4dbc2cb5b8a 100644 --- a/lisp/language/korean.el +++ b/lisp/language/korean.el @@ -1,4 +1,4 @@ -;;; korean.el --- support for Korean -*- coding: iso-2022-7bit; -*- +;;; korean.el --- support for Korean -*- coding: iso-2022-7bit; no-byte-compile: t -*- ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. ;; Licensed to the Free Software Foundation. diff --git a/lisp/language/lao.el b/lisp/language/lao.el index 86d0caf8a46..65b0968516d 100644 --- a/lisp/language/lao.el +++ b/lisp/language/lao.el @@ -1,4 +1,4 @@ -;;; lao.el --- support for Lao -*- coding: iso-2022-7bit; -*- +;;; lao.el --- support for Lao -*- coding: iso-2022-7bit; no-byte-compile: t -*- ;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN. ;; Licensed to the Free Software Foundation. diff --git a/lisp/language/misc-lang.el b/lisp/language/misc-lang.el index fc47caee7f8..a4c72742d78 100644 --- a/lisp/language/misc-lang.el +++ b/lisp/language/misc-lang.el @@ -1,4 +1,4 @@ -;;; misc-lang.el --- support for miscellaneous languages (characters) +;;; misc-lang.el --- support for miscellaneous languages (characters) -*- no-byte-compile: t -*- ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. ;; Licensed to the Free Software Foundation. diff --git a/lisp/language/romanian.el b/lisp/language/romanian.el index 2ca780dd1bb..2c4d2de94ab 100644 --- a/lisp/language/romanian.el +++ b/lisp/language/romanian.el @@ -1,4 +1,4 @@ -;;; romanian.el --- support for Romanian -*- coding: iso-latin-2; -*- +;;; romanian.el --- support for Romanian -*- coding: iso-latin-2; no-byte-compile: t -*- ;; Copyright (C) 1998 Free Software Foundation. diff --git a/lisp/language/slovak.el b/lisp/language/slovak.el index 7e9e1e1ea33..a03c84d7c3f 100644 --- a/lisp/language/slovak.el +++ b/lisp/language/slovak.el @@ -1,4 +1,4 @@ -;;; slovak.el --- support for Slovak -*- coding: iso-2022-7bit; -*- +;;; slovak.el --- support for Slovak -*- coding: iso-2022-7bit; no-byte-compile: t -*- ;; Copyright (C) 1998, 2001 Free Software Foundation. diff --git a/lisp/language/thai.el b/lisp/language/thai.el index 135ce7cb74e..08b41792be3 100644 --- a/lisp/language/thai.el +++ b/lisp/language/thai.el @@ -1,4 +1,4 @@ -;;; thai.el --- support for Thai -*- coding: iso-2022-7bit; -*- +;;; thai.el --- support for Thai -*- coding: iso-2022-7bit; no-byte-compile: t -*- ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. ;; Licensed to the Free Software Foundation. diff --git a/lisp/language/utf-8-lang.el b/lisp/language/utf-8-lang.el index b496e2dbd27..11e51dbec2b 100644 --- a/lisp/language/utf-8-lang.el +++ b/lisp/language/utf-8-lang.el @@ -1,4 +1,4 @@ -;;; utf-8-lang.el --- generic UTF-8 language environment +;;; utf-8-lang.el --- generic UTF-8 language environment -*- no-byte-compile: t -*- ;; Copyright (C) 2001 Free Software Foundation, Inc. |