diff lisp/language/thai.el @ 18519:b6badf3614ea

Fix calls to define-coding-system-alias.
author Richard M. Stallman <rms@gnu.org>
date Tue, 01 Jul 1997 23:29:26 +0000
parents 8b4a66c66dd6
children 00b744016673
line wrap: on
line diff
--- a/lisp/language/thai.el	Tue Jul 01 23:10:44 1997 +0000
+++ b/lisp/language/thai.el	Tue Jul 01 23:29:26 1997 +0000
@@ -36,8 +36,8 @@
 (put 'thai-tis620 'post-read-conversion 'thai-post-read-conversion)
 (put 'thai-tis620 'pre-write-conversion 'thai-pre-write-conversion)
 
-(define-coding-system-alias 'thai-tis620 'th-tis620)
-(define-coding-system-alias 'thai-tis620 'tis620)
+(define-coding-system-alias 'th-tis620 'thai-tis620)
+(define-coding-system-alias 'tis620 'thai-tis620)
 
 (set-language-info-alist
  "Thai" '((tutorial . "TUTORIAL.th")