(skkdic-convert): Insert a relative
file name of the original SKK dictionary file.
This commit is contained in:
parent
a6737fe74c
commit
091fee4481
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue