diff options
author | Dave Love <fx@gnu.org> | 2002-07-24 22:18:45 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2002-07-24 22:18:45 +0000 |
commit | c4b4e56c227081c2cd1bcfe74ca812d91b018486 (patch) | |
tree | f9bbd48beb2f00494e05431263c978f352d2de8d /lisp/international/ja-dic-cnv.el | |
parent | c7211fed54e6961e2fb0e2d1cd687937b2f657eb (diff) | |
download | emacs-c4b4e56c227081c2cd1bcfe74ca812d91b018486.tar.gz |
(skkdic-convert): Add coding cookie.
Diffstat (limited to 'lisp/international/ja-dic-cnv.el')
-rw-r--r-- | lisp/international/ja-dic-cnv.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/international/ja-dic-cnv.el b/lisp/international/ja-dic-cnv.el index 113d00f572a..38c8edf4450 100644 --- a/lisp/international/ja-dic-cnv.el +++ b/lisp/international/ja-dic-cnv.el @@ -358,7 +358,8 @@ The name of generated file is specified by the variable `ja-dic-filename'." (set-buffer buf) (erase-buffer) (buffer-disable-undo) - (insert ";;; ja-dic.el --- dictionary for Japanese input method\n" + (insert ";;; ja-dic.el --- dictionary for Japanese input method" + " -*-coding: iso-2022-jp;-*-\n" ";;\tGenerated by the command `skkdic-convert'\n" ";;\tDate: " (current-time-string) "\n" ";;\tOriginal SKK dictionary file: " |