Add coding: local variable, to avoid bootstrapping problem
if you need to recompile all the Lisp files using interpreted code.
This commit is contained in:
parent
0611934b67
commit
56c8bc03c4
15 changed files with 15 additions and 15 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
;;; czech.el -- support for Czech
|
||||
;;; czech.el -- support for Czech -*- coding: iso-2022-7bit; -*-
|
||||
|
||||
;; Copyright (C) 1998 Free Software Foundation.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
;;; slovak.el --- Support for Slovak
|
||||
;;; slovak.el --- Support for Slovak -*- coding: iso-2022-7bit; -*-
|
||||
|
||||
;; Copyright (C) 1998 Free Software Foundation.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue