# HG changeset patch # User Paul Eggert # Date 904593542 0 # Node ID 5c0a4ed1390046fa25cdba69c08215b8cbda344f # Parent 8967081409901b4c0f24c88f71ea853aabc4ff50 Add coding: local variable, to avoid bootstrapping problem if you need to recompile all the Lisp files using interpreted code. diff -r 896708140990 -r 5c0a4ed13900 lisp/language/chinese.el --- 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. diff -r 896708140990 -r 5c0a4ed13900 lisp/language/cyrillic.el --- 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. diff -r 896708140990 -r 5c0a4ed13900 lisp/language/czech.el --- 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. diff -r 896708140990 -r 5c0a4ed13900 lisp/language/devanagari.el --- 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. diff -r 896708140990 -r 5c0a4ed13900 lisp/language/ethiopic.el --- 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. diff -r 896708140990 -r 5c0a4ed13900 lisp/language/european.el --- 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. diff -r 896708140990 -r 5c0a4ed13900 lisp/language/hebrew.el --- 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. diff -r 896708140990 -r 5c0a4ed13900 lisp/language/indian.el --- 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. diff -r 896708140990 -r 5c0a4ed13900 lisp/language/japanese.el --- 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. diff -r 896708140990 -r 5c0a4ed13900 lisp/language/korean.el --- 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. diff -r 896708140990 -r 5c0a4ed13900 lisp/language/lao.el --- 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. diff -r 896708140990 -r 5c0a4ed13900 lisp/language/slovak.el --- 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. diff -r 896708140990 -r 5c0a4ed13900 lisp/language/thai.el --- 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. diff -r 896708140990 -r 5c0a4ed13900 lisp/language/tibetan.el --- 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. diff -r 896708140990 -r 5c0a4ed13900 lisp/language/vietnamese.el --- 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.