changeset 23158:5c0a4ed13900

Add coding: local variable, to avoid bootstrapping problem if you need to recompile all the Lisp files using interpreted code.
author Paul Eggert <eggert@twinsun.com>
date Mon, 31 Aug 1998 19:59:02 +0000
parents 896708140990
children b468525b44b8
files 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
diffstat 15 files changed, 15 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/language/chinese.el	Mon Aug 31 18:26:27 1998 +0000
+++ b/lisp/language/chinese.el	Mon Aug 31 19:59:02 1998 +0000
@@ -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.
--- a/lisp/language/cyrillic.el	Mon Aug 31 18:26:27 1998 +0000
+++ b/lisp/language/cyrillic.el	Mon Aug 31 19:59:02 1998 +0000
@@ -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.
--- a/lisp/language/czech.el	Mon Aug 31 18:26:27 1998 +0000
+++ b/lisp/language/czech.el	Mon Aug 31 19:59:02 1998 +0000
@@ -1,4 +1,4 @@
-;;; czech.el -- support for Czech
+;;; czech.el -- support for Czech -*- coding: iso-2022-7bit; -*-
 
 ;; Copyright (C) 1998 Free Software Foundation.
 
--- a/lisp/language/devanagari.el	Mon Aug 31 18:26:27 1998 +0000
+++ b/lisp/language/devanagari.el	Mon Aug 31 19:59:02 1998 +0000
@@ -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.
 
--- a/lisp/language/ethiopic.el	Mon Aug 31 18:26:27 1998 +0000
+++ b/lisp/language/ethiopic.el	Mon Aug 31 19:59:02 1998 +0000
@@ -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.
--- a/lisp/language/european.el	Mon Aug 31 18:26:27 1998 +0000
+++ b/lisp/language/european.el	Mon Aug 31 19:59:02 1998 +0000
@@ -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.
--- a/lisp/language/hebrew.el	Mon Aug 31 18:26:27 1998 +0000
+++ b/lisp/language/hebrew.el	Mon Aug 31 19:59:02 1998 +0000
@@ -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.
--- a/lisp/language/indian.el	Mon Aug 31 18:26:27 1998 +0000
+++ b/lisp/language/indian.el	Mon Aug 31 19:59:02 1998 +0000
@@ -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.
 
--- a/lisp/language/japanese.el	Mon Aug 31 18:26:27 1998 +0000
+++ b/lisp/language/japanese.el	Mon Aug 31 19:59:02 1998 +0000
@@ -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.
--- a/lisp/language/korean.el	Mon Aug 31 18:26:27 1998 +0000
+++ b/lisp/language/korean.el	Mon Aug 31 19:59:02 1998 +0000
@@ -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.
--- a/lisp/language/lao.el	Mon Aug 31 18:26:27 1998 +0000
+++ b/lisp/language/lao.el	Mon Aug 31 19:59:02 1998 +0000
@@ -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.
--- a/lisp/language/slovak.el	Mon Aug 31 18:26:27 1998 +0000
+++ b/lisp/language/slovak.el	Mon Aug 31 19:59:02 1998 +0000
@@ -1,4 +1,4 @@
-;;; slovak.el --- Support for Slovak
+;;; slovak.el --- Support for Slovak -*- coding: iso-2022-7bit; -*-
 
 ;; Copyright (C) 1998 Free Software Foundation.
 
--- a/lisp/language/thai.el	Mon Aug 31 18:26:27 1998 +0000
+++ b/lisp/language/thai.el	Mon Aug 31 19:59:02 1998 +0000
@@ -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.
--- a/lisp/language/tibetan.el	Mon Aug 31 18:26:27 1998 +0000
+++ b/lisp/language/tibetan.el	Mon Aug 31 19:59:02 1998 +0000
@@ -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.
--- a/lisp/language/vietnamese.el	Mon Aug 31 18:26:27 1998 +0000
+++ b/lisp/language/vietnamese.el	Mon Aug 31 19:59:02 1998 +0000
@@ -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.