(skkdic-convert): Insert a relative
authorKenichi Handa <handa@m17n.org>
Wed, 24 Jan 2007 06:29:34 +0000 (06:29 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 24 Jan 2007 06:29:34 +0000 (06:29 +0000)
file name of the original SKK dictionary file.

lisp/international/ja-dic-cnv.el

index d8f2cb3..babfc5b 100644 (file)
@@ -365,7 +365,7 @@ The name of generated file is specified by the variable `ja-dic-filename'."
              ";;\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"