aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2002-07-24 22:18:45 +0000
committerDave Love2002-07-24 22:18:45 +0000
commitc4b4e56c227081c2cd1bcfe74ca812d91b018486 (patch)
treef9bbd48beb2f00494e05431263c978f352d2de8d
parentc7211fed54e6961e2fb0e2d1cd687937b2f657eb (diff)
downloademacs-c4b4e56c227081c2cd1bcfe74ca812d91b018486.tar.gz
emacs-c4b4e56c227081c2cd1bcfe74ca812d91b018486.zip
(skkdic-convert): Add coding cookie.
-rw-r--r--lisp/international/ja-dic-cnv.el3
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'."
358 (set-buffer buf) 358 (set-buffer buf)
359 (erase-buffer) 359 (erase-buffer)
360 (buffer-disable-undo) 360 (buffer-disable-undo)
361 (insert ";;; ja-dic.el --- dictionary for Japanese input method\n" 361 (insert ";;; ja-dic.el --- dictionary for Japanese input method"
362 " -*-coding: iso-2022-jp;-*-\n"
362 ";;\tGenerated by the command `skkdic-convert'\n" 363 ";;\tGenerated by the command `skkdic-convert'\n"
363 ";;\tDate: " (current-time-string) "\n" 364 ";;\tDate: " (current-time-string) "\n"
364 ";;\tOriginal SKK dictionary file: " 365 ";;\tOriginal SKK dictionary file: "