Mercurial > emacs
changeset 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 | 74b0e3bbd6d9 |
children | bc64bc1cb172 |
files | lisp/international/ja-dic-cnv.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/ja-dic-cnv.el Wed Jan 24 06:28:04 2007 +0000 +++ b/lisp/international/ja-dic-cnv.el Wed Jan 24 06:29:34 2007 +0000 @@ -365,7 +365,7 @@ ";;\tGenerated by the command `skkdic-convert'\n" ";;\tDate: " (current-time-string) "\n" ";;\tOriginal SKK dictionary file: " - (file-name-nondirectory filename) + (file-relative-name (expand-file-name filename) dirname) "\n\n" ";; This file is part of GNU Emacs.\n\n" ";;; Commentary:\n\n"