Add coding: local variable, to avoid bootstrapping problem
authorPaul Eggert <eggert@twinsun.com>
Mon, 31 Aug 1998 19:59:02 +0000 (19:59 +0000)
committerPaul Eggert <eggert@twinsun.com>
Mon, 31 Aug 1998 19:59:02 +0000 (19:59 +0000)
if you need to recompile all the Lisp files using interpreted code.

15 files changed:
lisp/language/chinese.el
lisp/language/cyrillic.el
lisp/language/czech.el
lisp/language/devanagari.el
lisp/language/ethiopic.el
lisp/language/european.el
lisp/language/hebrew.el
lisp/language/indian.el
lisp/language/japanese.el
lisp/language/korean.el
lisp/language/lao.el
lisp/language/slovak.el
lisp/language/thai.el
lisp/language/tibetan.el
lisp/language/vietnamese.el

index cdce121..851e4fa 100644 (file)
@@ -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.
index abb399e..0417db2 100644 (file)
@@ -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.
index b905cef..5ab230c 100644 (file)
@@ -1,4 +1,4 @@
-;;; czech.el -- support for Czech
+;;; czech.el -- support for Czech -*- coding: iso-2022-7bit; -*-
 
 ;; Copyright (C) 1998 Free Software Foundation.
 
index 6a86957..4350bec 100644 (file)
@@ -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.
 
index 1f348bc..2ee1c96 100644 (file)
@@ -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.
index a3b4c92..d9428fb 100644 (file)
@@ -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.
index 6088c83..0610d6e 100644 (file)
@@ -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.
index d54e832..acd4ad0 100644 (file)
@@ -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.
 
index 3645467..1b023e6 100644 (file)
@@ -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.
index 9d1a628..3a821f3 100644 (file)
@@ -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.
index c53cd14..b8add00 100644 (file)
@@ -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.
index d9aaf34..d20438a 100644 (file)
@@ -1,4 +1,4 @@
-;;; slovak.el --- Support for Slovak
+;;; slovak.el --- Support for Slovak -*- coding: iso-2022-7bit; -*-
 
 ;; Copyright (C) 1998 Free Software Foundation.
 
index 3b88e89..f2f1c2f 100644 (file)
@@ -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.
index 4041296..7f028a0 100644 (file)
@@ -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.
index adcf267..ca38e0a 100644 (file)
@@ -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.