diff options
| -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'." | |||
| 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: " |