aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2002-06-29 11:07:55 +0000
committerDave Love2002-06-29 11:07:55 +0000
commite5342765fb3f11d2c7c22ae88bef5d457c6555ea (patch)
tree862c75814d2e435106d15f310d11f98aebd66c0c
parent2f97406eb313e642db1863c5361b3d4260498036 (diff)
downloademacs-e5342765fb3f11d2c7c22ae88bef5d457c6555ea.tar.gz
emacs-e5342765fb3f11d2c7c22ae88bef5d457c6555ea.zip
(skkdic-convert): Add coding tag.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/international/ja-dic-cnv.el3
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6c31914853c..0b15fccb17c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12002-06-29 Dave Love <fx@gnu.org>
2
3 * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
4
12002-06-28 Dave Love <fx@gnu.org> 52002-06-28 Dave Love <fx@gnu.org>
2 6
3 * international/mule-util.el (detect-coding-with-priority): 7 * 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'."
359 (set-buffer buf) 359 (set-buffer buf)
360 (erase-buffer) 360 (erase-buffer)
361 (buffer-disable-undo) 361 (buffer-disable-undo)
362 (insert ";;; ja-dic.el --- dictionary for Japanese input method\n" 362 (insert ";;; ja-dic.el --- dictionary for Japanese input method"
363 " -*-coding: iso-2022-jp;-*-\n"
363 ";;\tGenerated by the command `skkdic-convert'\n" 364 ";;\tGenerated by the command `skkdic-convert'\n"
364 ";;\tDate: " (current-time-string) "\n" 365 ";;\tDate: " (current-time-string) "\n"
365 ";;\tOriginal SKK dictionary file: " 366 ";;\tOriginal SKK dictionary file: "