diff options
| author | Kenichi Handa | 2000-08-27 02:04:17 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-08-27 02:04:17 +0000 |
| commit | c9ef1229a7495d60ee383021dab4f845b4133ecb (patch) | |
| tree | fae1e85000d7b8643bbac167d1ba5fc3495e3deb | |
| parent | 0f85d4777a4ec5ca741cf044e6bccf6d6a7947b7 (diff) | |
| download | emacs-c9ef1229a7495d60ee383021dab4f845b4133ecb.tar.gz emacs-c9ef1229a7495d60ee383021dab4f845b4133ecb.zip | |
(skkdic-convert): Insert (require 'ja-dic-cnv), not (require
'skkdic-cnv).
| -rw-r--r-- | lisp/international/ja-dic-cnv.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/ja-dic-cnv.el b/lisp/international/ja-dic-cnv.el index 9719b77dc35..34b53804df8 100644 --- a/lisp/international/ja-dic-cnv.el +++ b/lisp/international/ja-dic-cnv.el | |||
| @@ -377,7 +377,7 @@ The name of generated file is specified by the variable `ja-dic-filename'." | |||
| 377 | (set-buffer buf) | 377 | (set-buffer buf) |
| 378 | (insert-buffer-substring skkbuf 1 pos)) | 378 | (insert-buffer-substring skkbuf 1 pos)) |
| 379 | (insert "\n" | 379 | (insert "\n" |
| 380 | ";;; Code:\n\n(eval-when-compile (require 'skkdic-cnv))\n\n") | 380 | ";;; Code:\n\n(eval-when-compile (require 'ja-dic-cnv))\n\n") |
| 381 | 381 | ||
| 382 | ;; Generate the body part of working buffer. | 382 | ;; Generate the body part of working buffer. |
| 383 | (set-buffer skkbuf) | 383 | (set-buffer skkbuf) |