diff options
author | Paul Eggert <eggert@twinsun.com> | 1998-08-31 19:59:02 +0000 |
---|---|---|
committer | Paul Eggert <eggert@twinsun.com> | 1998-08-31 19:59:02 +0000 |
commit | 56c8bc03c4728043d79e4928274d3fac308158d6 (patch) | |
tree | c57e99c0c5bb925333d62a4fb197c410c7ab5e4b /lisp/language/japanese.el | |
parent | 0611934b67e63a73f00d7ace3608c882e1822fb0 (diff) | |
download | emacs-56c8bc03c4728043d79e4928274d3fac308158d6.tar.gz emacs-56c8bc03c4728043d79e4928274d3fac308158d6.tar.bz2 emacs-56c8bc03c4728043d79e4928274d3fac308158d6.zip |
Add coding: local variable, to avoid bootstrapping problem
if you need to recompile all the Lisp files using interpreted code.
Diffstat (limited to 'lisp/language/japanese.el')
-rw-r--r-- | lisp/language/japanese.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ -;;; japanese.el --- Japanese support +;;; japanese.el --- Japanese support -*- coding: iso-2022-7bit; -*- ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. ;; Licensed to the Free Software Foundation. |