comparison lisp/language/japan-util.el @ 18309:bd8b521f5218

Provide XXX-util instead of language/XXX-util. Delete local variable declartion. Delete the code of calling register-input-method form all files under this directory.
author Kenichi Handa <handa@m17n.org>
date Wed, 18 Jun 1997 13:06:17 +0000
parents 0745f30aec66
children 8b4a66c66dd6
comparison
equal deleted inserted replaced
18308:b8622afb8a6e 18309:bd8b521f5218
295 If non-nil, second arg INITIAL-INPUT is a string to insert before reading." 295 If non-nil, second arg INITIAL-INPUT is a string to insert before reading."
296 (read-multilingual-string prompt initial-input 296 (read-multilingual-string prompt initial-input
297 "Japanese" "quail-ja-hiragana")) 297 "Japanese" "quail-ja-hiragana"))
298 298
299 ;; 299 ;;
300 (provide 'language/japan-util) 300 (provide 'japan-util)
301 301
302 ;;; Local Variables:
303 ;;; generated-autoload-file: "../loaddefs.el"
304 ;;; End:
305 ;;; japan-util.el ends here 302 ;;; japan-util.el ends here