diff options
| author | Paul Eggert | 1998-08-31 19:59:02 +0000 |
|---|---|---|
| committer | Paul Eggert | 1998-08-31 19:59:02 +0000 |
| commit | 56c8bc03c4728043d79e4928274d3fac308158d6 (patch) | |
| tree | c57e99c0c5bb925333d62a4fb197c410c7ab5e4b | |
| parent | 0611934b67e63a73f00d7ace3608c882e1822fb0 (diff) | |
| download | emacs-56c8bc03c4728043d79e4928274d3fac308158d6.tar.gz emacs-56c8bc03c4728043d79e4928274d3fac308158d6.zip | |
Add coding: local variable, to avoid bootstrapping problem
if you need to recompile all the Lisp files using interpreted code.
| -rw-r--r-- | lisp/language/chinese.el | 2 | ||||
| -rw-r--r-- | lisp/language/cyrillic.el | 2 | ||||
| -rw-r--r-- | lisp/language/czech.el | 2 | ||||
| -rw-r--r-- | lisp/language/devanagari.el | 2 | ||||
| -rw-r--r-- | lisp/language/ethiopic.el | 2 | ||||
| -rw-r--r-- | lisp/language/european.el | 2 | ||||
| -rw-r--r-- | lisp/language/hebrew.el | 2 | ||||
| -rw-r--r-- | lisp/language/indian.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/slovak.el | 2 | ||||
| -rw-r--r-- | lisp/language/thai.el | 2 | ||||
| -rw-r--r-- | lisp/language/tibetan.el | 2 | ||||
| -rw-r--r-- | lisp/language/vietnamese.el | 2 |
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 @@ | |||
| 1 | ;;; chinese.el --- Support for Chinese | 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/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 @@ | |||
| 1 | ;;; cyrillic.el --- Support for languages which use Cyrillic characters | 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/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 @@ | |||
| 1 | ;;; czech.el -- support for Czech | 1 | ;;; czech.el -- support for Czech -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998 Free Software Foundation. | 3 | ;; Copyright (C) 1998 Free Software Foundation. |
| 4 | 4 | ||
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 @@ | |||
| 1 | ;;; devanagari.el --- Support for Devanagari Languages | 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 | ||
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 @@ | |||
| 1 | ;;; ethiopic.el --- Support for Ethiopic | 1 | ;;; ethiopic.el --- Support for Ethiopic -*- 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/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 @@ | |||
| 1 | ;;; european.el --- Support for European languages | 1 | ;;; european.el --- European languages -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1997 Electrotechnical Laboratory, JAPAN. | 3 | ;; Copyright (C) 1995, 1997 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 6088c83127d..0610d6e9dbb 100644 --- a/lisp/language/hebrew.el +++ b/lisp/language/hebrew.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; hebrew.el --- Support for Hebrew | 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/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 @@ | |||
| 1 | ;;; indian.el --- Support for Indian Languages | 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/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 @@ | |||
| 1 | ;;; japanese.el --- Japanese support | 1 | ;;; japanese.el --- Japanese support -*- 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/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 @@ | |||
| 1 | ;;; korean.el --- Support for Korean | 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.el b/lisp/language/lao.el index c53cd14a814..b8add00ec3e 100644 --- a/lisp/language/lao.el +++ b/lisp/language/lao.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; lao.el --- Support for Lao | 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. |
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 @@ | |||
| 1 | ;;; slovak.el --- Support for Slovak | 1 | ;;; slovak.el --- Support for Slovak -*- coding: iso-2022-7bit; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998 Free Software Foundation. | 3 | ;; Copyright (C) 1998 Free Software Foundation. |
| 4 | 4 | ||
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 @@ | |||
| 1 | ;;; thai.el --- Support for Thai | 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/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 @@ | |||
| 1 | ;;; tibetan.el --- Support for Tibetan language | 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. |
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 @@ | |||
| 1 | ;;; vietnamese.el --- Support for Vietnamese | 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. |