Mercurial > emacs
comparison lisp/international/ja-dic-cnv.el @ 75395:05d001ce4826
(skkdic-convert): Insert a relative
file name of the original SKK dictionary file.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 24 Jan 2007 06:29:34 +0000 |
parents | a0b90c38e931 |
children | a96117afa52c 95d0cdf160ea |
comparison
equal
deleted
inserted
replaced
75394:74b0e3bbd6d9 | 75395:05d001ce4826 |
---|---|
363 (insert ";;; ja-dic.el --- dictionary for Japanese input method" | 363 (insert ";;; ja-dic.el --- dictionary for Japanese input method" |
364 " -*-coding: iso-2022-jp;-*-\n" | 364 " -*-coding: iso-2022-jp;-*-\n" |
365 ";;\tGenerated by the command `skkdic-convert'\n" | 365 ";;\tGenerated by the command `skkdic-convert'\n" |
366 ";;\tDate: " (current-time-string) "\n" | 366 ";;\tDate: " (current-time-string) "\n" |
367 ";;\tOriginal SKK dictionary file: " | 367 ";;\tOriginal SKK dictionary file: " |
368 (file-name-nondirectory filename) | 368 (file-relative-name (expand-file-name filename) dirname) |
369 "\n\n" | 369 "\n\n" |
370 ";; This file is part of GNU Emacs.\n\n" | 370 ";; This file is part of GNU Emacs.\n\n" |
371 ";;; Commentary:\n\n" | 371 ";;; Commentary:\n\n" |
372 ";; Do byte-compile this file again after any modification.\n\n" | 372 ";; Do byte-compile this file again after any modification.\n\n" |
373 ";;; Start of the header of the original SKK dictionary.\n\n") | 373 ";;; Start of the header of the original SKK dictionary.\n\n") |