emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/language/thai.el


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/language/thai.el
Date: Fri, 18 Mar 2005 01:48:58 -0500

Index: emacs/lisp/language/thai.el
diff -c emacs/lisp/language/thai.el:1.27 emacs/lisp/language/thai.el:1.28
*** emacs/lisp/language/thai.el:1.27    Mon Sep  1 15:45:29 2003
--- emacs/lisp/language/thai.el Fri Mar 18 06:48:58 2005
***************
*** 57,63 ****
  
  
  ;; Register a function to compose Thai characters.
! (let ((patterns '(("\\c0\\c4\\|\\c0\\(\\c2\\|\\c3\\)\\c4?"
                   . thai-composition-function))))
    (aset composition-function-table (make-char 'thai-tis620) patterns)
    (dotimes (i (1+ (- #xe7f #xe00)))
--- 57,63 ----
  
  
  ;; Register a function to compose Thai characters.
! (let ((patterns '(("\\c0?\\(\\c2\\|\\c3\\|\\c4\\)+"
                   . thai-composition-function))))
    (aset composition-function-table (make-char 'thai-tis620) patterns)
    (dotimes (i (1+ (- #xe7f #xe00)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]