comparison lisp/language/tibet-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 73869115ae0a
children 8b4a66c66dd6
comparison
equal deleted inserted replaced
18308:b8622afb8a6e 18309:bd8b521f5218
463 (if (not tibetan-decomposed-temp) 463 (if (not tibetan-decomposed-temp)
464 (tibetan-decompose-region (point-min) (point-max))) 464 (tibetan-decompose-region (point-min) (point-max)))
465 ;; Should return nil as annotations. 465 ;; Should return nil as annotations.
466 nil)) 466 nil))
467 467
468 (provide 'language/tibet-util) 468 (provide 'tibet-util)
469 469
470 ;;; Local Variables:
471 ;;; generated-autoload-file: "../loaddefs.el"
472 ;;; End:
473 ;;; language/tibet-util.el ends here. 470 ;;; language/tibet-util.el ends here.