[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/language/thai.el,v
From: |
Kenichi Handa |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/language/thai.el,v |
Date: |
Fri, 29 Aug 2008 08:00:38 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Kenichi Handa <handa> 08/08/29 08:00:38
Index: thai.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/language/thai.el,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -b -r1.39 -r1.40
--- thai.el 6 May 2008 04:22:15 -0000 1.39
+++ thai.el 29 Aug 2008 08:00:37 -0000 1.40
@@ -76,10 +76,12 @@
:charset-list '(iso-8859-11))
;; For automatic composition.
-(let ((chars ",TQTUVWXYZghijklmn(B"))
+(let ((chars ",TQTUVWXYZghijklmn(B")
+ (elt '(["[,T!(B-,TO(B].[,Thijkl(B]?,TS(B?" 1
thai-composition-function]
+ [nil 0 thai-composition-function])))
(dotimes (i (length chars))
- (aset composition-function-table (aref chars i)
- 'thai-composition-function)))
+ (aset composition-function-table (aref chars i) elt)))
+(aset composition-function-table ?,TS(B '(["[,T!(B-,TO(B]." 1
thai-composition-function]))
(provide 'thai)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/language/thai.el,v,
Kenichi Handa <=