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-word.el


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/language/thai-word.el
Date: Thu, 31 Mar 2005 02:38:19 -0500

Index: emacs/lisp/language/thai-word.el
diff -c emacs/lisp/language/thai-word.el:1.3 
emacs/lisp/language/thai-word.el:1.4
*** emacs/lisp/language/thai-word.el:1.3        Tue Mar 29 07:47:09 2005
--- emacs/lisp/language/thai-word.el    Thu Mar 31 07:38:18 2005
***************
*** 10780,10786 ****
        ;; character by character.
        (while this
        (setq pos (1+ pos)
!             char (char-after pos)
              category-set (char-category-set char))
        ;; If the current sequence is recorded in `thai-word-table'
        ;; (i.e. (car THIS) is 1) and the following Thai character is
--- 10780,10786 ----
        ;; character by character.
        (while this
        (setq pos (1+ pos)
!             char (or (char-after pos) 0)
              category-set (char-category-set char))
        ;; If the current sequence is recorded in `thai-word-table'
        ;; (i.e. (car THIS) is 1) and the following Thai character is




reply via email to

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