summaryrefslogtreecommitdiff
path: root/lisp/language
diff options
context:
space:
mode:
authorPaul Eggert <eggert@twinsun.com>1998-08-31 19:59:02 +0000
committerPaul Eggert <eggert@twinsun.com>1998-08-31 19:59:02 +0000
commit56c8bc03c4728043d79e4928274d3fac308158d6 (patch)
treec57e99c0c5bb925333d62a4fb197c410c7ab5e4b /lisp/language
parent0611934b67e63a73f00d7ace3608c882e1822fb0 (diff)
downloademacs-56c8bc03c4728043d79e4928274d3fac308158d6.tar.gz
Add coding: local variable, to avoid bootstrapping problem
if you need to recompile all the Lisp files using interpreted code.
Diffstat (limited to 'lisp/language')
-rw-r--r--lisp/language/chinese.el2
-rw-r--r--lisp/language/cyrillic.el2
-rw-r--r--lisp/language/czech.el2
-rw-r--r--lisp/language/devanagari.el2
-rw-r--r--lisp/language/ethiopic.el2
-rw-r--r--lisp/language/european.el2
-rw-r--r--lisp/language/hebrew.el2
-rw-r--r--lisp/language/indian.el2
-rw-r--r--lisp/language/japanese.el2
-rw-r--r--lisp/language/korean.el2
-rw-r--r--lisp/language/lao.el2
-rw-r--r--lisp/language/slovak.el2
-rw-r--r--lisp/language/thai.el2
-rw-r--r--lisp/language/tibetan.el2
-rw-r--r--lisp/language/vietnamese.el2
15 files changed, 15 insertions, 15 deletions
diff --git a/lisp/language/chinese.el b/lisp/language/chinese.el
index cdce121e338..851e4faa903 100644
--- a/lisp/language/chinese.el
+++ b/lisp/language/chinese.el
@@ -1,4 +1,4 @@
-;;; chinese.el --- Support for Chinese
+;;; chinese.el --- Support for Chinese -*- coding: iso-2022-7bit; -*-
;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
diff --git a/lisp/language/cyrillic.el b/lisp/language/cyrillic.el
index abb399e5a18..0417db2c387 100644
--- a/lisp/language/cyrillic.el
+++ b/lisp/language/cyrillic.el
@@ -1,4 +1,4 @@
-;;; cyrillic.el --- Support for languages which use Cyrillic characters
+;;; cyrillic.el --- Support for Cyrillic -*- coding: iso-2022-7bit; -*-
;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
diff --git a/lisp/language/czech.el b/lisp/language/czech.el
index b905cef4cea..5ab230c1dba 100644
--- a/lisp/language/czech.el
+++ b/lisp/language/czech.el
@@ -1,4 +1,4 @@
-;;; czech.el -- support for Czech
+;;; czech.el -- support for Czech -*- coding: iso-2022-7bit; -*-
;; Copyright (C) 1998 Free Software Foundation.
diff --git a/lisp/language/devanagari.el b/lisp/language/devanagari.el
index 6a86957ccb0..4350bec0d84 100644
--- a/lisp/language/devanagari.el
+++ b/lisp/language/devanagari.el
@@ -1,4 +1,4 @@
-;;; devanagari.el --- Support for Devanagari Languages
+;;; devanagari.el --- Support for Devanagari -*- coding: iso-2022-7bit; -*-
;; Copyright (C) 1996 Free Software Foundation, Inc.
diff --git a/lisp/language/ethiopic.el b/lisp/language/ethiopic.el
index 1f348bc5046..2ee1c96226a 100644
--- a/lisp/language/ethiopic.el
+++ b/lisp/language/ethiopic.el
@@ -1,4 +1,4 @@
-;;; ethiopic.el --- Support for Ethiopic
+;;; ethiopic.el --- Support for Ethiopic -*- coding: iso-2022-7bit; -*-
;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
diff --git a/lisp/language/european.el b/lisp/language/european.el
index a3b4c92c615..d9428fbca82 100644
--- a/lisp/language/european.el
+++ b/lisp/language/european.el
@@ -1,4 +1,4 @@
-;;; european.el --- Support for European languages
+;;; european.el --- European languages -*- coding: iso-2022-7bit; -*-
;; Copyright (C) 1995, 1997 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
diff --git a/lisp/language/hebrew.el b/lisp/language/hebrew.el
index 6088c83127d..0610d6e9dbb 100644
--- a/lisp/language/hebrew.el
+++ b/lisp/language/hebrew.el
@@ -1,4 +1,4 @@
-;;; hebrew.el --- Support for Hebrew
+;;; hebrew.el --- Support for Hebrew -*- coding: iso-2022-7bit; -*-
;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
diff --git a/lisp/language/indian.el b/lisp/language/indian.el
index d54e832880e..acd4ad0b450 100644
--- a/lisp/language/indian.el
+++ b/lisp/language/indian.el
@@ -1,4 +1,4 @@
-;;; indian.el --- Support for Indian Languages
+;;; indian.el --- Support for Indian Languages -*- coding: iso-2022-7bit; -*-
;; Copyright (C) 1995 Free Software Foundation, Inc.
diff --git a/lisp/language/japanese.el b/lisp/language/japanese.el
index 36454674c93..1b023e6f75e 100644
--- a/lisp/language/japanese.el
+++ b/lisp/language/japanese.el
@@ -1,4 +1,4 @@
-;;; japanese.el --- Japanese support
+;;; japanese.el --- Japanese support -*- coding: iso-2022-7bit; -*-
;; 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 9d1a6281c32..3a821f32413 100644
--- a/lisp/language/korean.el
+++ b/lisp/language/korean.el
@@ -1,4 +1,4 @@
-;;; korean.el --- Support for Korean
+;;; korean.el --- Support for Korean -*- coding: iso-2022-7bit; -*-
;; 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 c53cd14a814..b8add00ec3e 100644
--- a/lisp/language/lao.el
+++ b/lisp/language/lao.el
@@ -1,4 +1,4 @@
-;;; lao.el --- Support for Lao
+;;; lao.el --- Support for Lao -*- coding: iso-2022-7bit; -*-
;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
diff --git a/lisp/language/slovak.el b/lisp/language/slovak.el
index d9aaf3470d5..d20438ad6d6 100644
--- a/lisp/language/slovak.el
+++ b/lisp/language/slovak.el
@@ -1,4 +1,4 @@
-;;; slovak.el --- Support for Slovak
+;;; slovak.el --- Support for Slovak -*- coding: iso-2022-7bit; -*-
;; Copyright (C) 1998 Free Software Foundation.
diff --git a/lisp/language/thai.el b/lisp/language/thai.el
index 3b88e892b7f..f2f1c2f2550 100644
--- a/lisp/language/thai.el
+++ b/lisp/language/thai.el
@@ -1,4 +1,4 @@
-;;; thai.el --- Support for Thai
+;;; thai.el --- Support for Thai -*- coding: iso-2022-7bit; -*-
;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
diff --git a/lisp/language/tibetan.el b/lisp/language/tibetan.el
index 4041296ef5c..7f028a0a303 100644
--- a/lisp/language/tibetan.el
+++ b/lisp/language/tibetan.el
@@ -1,4 +1,4 @@
-;;; tibetan.el --- Support for Tibetan language
+;;; tibetan.el --- Support for Tibetan language -*- coding: iso-2022-7bit; -*-
;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
diff --git a/lisp/language/vietnamese.el b/lisp/language/vietnamese.el
index adcf2675db0..ca38e0a131d 100644
--- a/lisp/language/vietnamese.el
+++ b/lisp/language/vietnamese.el
@@ -1,4 +1,4 @@
-;;; vietnamese.el --- Support for Vietnamese
+;;; vietnamese.el --- Support for Vietnamese -*- coding: iso-2022-7bit; -*-
;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.