diff options
author | Dave Love <fx@gnu.org> | 2002-06-29 11:07:55 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2002-06-29 11:07:55 +0000 |
commit | e5342765fb3f11d2c7c22ae88bef5d457c6555ea (patch) | |
tree | 862c75814d2e435106d15f310d11f98aebd66c0c /lisp/international/ja-dic-cnv.el | |
parent | 2f97406eb313e642db1863c5361b3d4260498036 (diff) | |
download | emacs-e5342765fb3f11d2c7c22ae88bef5d457c6555ea.tar.gz |
(skkdic-convert): Add coding tag.
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 e47a7a58683..362ea5b62fb 100644 --- a/lisp/international/ja-dic-cnv.el +++ b/lisp/international/ja-dic-cnv.el @@ -359,7 +359,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: " |