comparison lisp/international/ja-dic-cnv.el @ 88812:d0d26a8cd2f8

(skkdic-convert): Add coding tag.
author Dave Love <fx@gnu.org>
date Sat, 29 Jun 2002 11:07:35 +0000
parents 934ee50a6eb3
children 2f877ed80fa6
comparison
equal deleted inserted replaced
88811:bafdb12cd3e8 88812:d0d26a8cd2f8
357 (save-excursion 357 (save-excursion
358 ;; Setup and generate the header part of working buffer. 358 ;; Setup and generate the header part of working buffer.
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: "
366 (file-name-nondirectory filename) 367 (file-name-nondirectory filename)
367 "\n\n" 368 "\n\n"