aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2000-08-27 02:04:17 +0000
committerKenichi Handa2000-08-27 02:04:17 +0000
commitc9ef1229a7495d60ee383021dab4f845b4133ecb (patch)
treefae1e85000d7b8643bbac167d1ba5fc3495e3deb
parent0f85d4777a4ec5ca741cf044e6bccf6d6a7947b7 (diff)
downloademacs-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.el2
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)