From e5342765fb3f11d2c7c22ae88bef5d457c6555ea Mon Sep 17 00:00:00 2001 From: Dave Love Date: Sat, 29 Jun 2002 11:07:55 +0000 Subject: [PATCH] (skkdic-convert): Add coding tag. --- lisp/ChangeLog | 4 ++++ lisp/international/ja-dic-cnv.el | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6c31914853c..0b15fccb17c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-06-29 Dave Love + + * international/ja-dic-cnv.el (skkdic-convert): Add coding tag. + 2002-06-28 Dave Love * international/mule-util.el (detect-coding-with-priority): 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: " -- 2.39.2