comparison lisp/language/thai-util.el @ 18972:3f51d8153775

(setup-thai-environment): Add correct autoload cookie.
author Kenichi Handa <handa@m17n.org>
date Fri, 25 Jul 1997 07:44:24 +0000
parents e20db992e023
children df8fab27273f
comparison
equal deleted inserted replaced
18971:831d4fb63852 18972:3f51d8153775
22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23 ;; Boston, MA 02111-1307, USA. 23 ;; Boston, MA 02111-1307, USA.
24 24
25 ;;; Code: 25 ;;; Code:
26 26
27 ;;;autoload 27 ;;;###autoload
28 (defun setup-thai-environment () 28 (defun setup-thai-environment ()
29 "Setup multilingual environment (MULE) for Thai." 29 "Setup multilingual environment (MULE) for Thai."
30 (interactive) 30 (interactive)
31 (setup-8-bit-environment "Thai" 'thai-tis620 'thai-tis620 31 (setup-8-bit-environment "Thai" 'thai-tis620 'thai-tis620
32 "thai-kesmanee")) 32 "thai-kesmanee"))