/[emacs]/emacs/lisp/language/thai-word.el
ViewVC logotype

Diff of /emacs/lisp/language/thai-word.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by handa, Tue Mar 29 07:47:09 2005 UTC revision 1.4 by handa, Thu Mar 31 07:38:18 2005 UTC
# Line 10780  the current word list." Line 10780  the current word list."
10780        ;; character by character.        ;; character by character.
10781        (while this        (while this
10782          (setq pos (1+ pos)          (setq pos (1+ pos)
10783                char (char-after pos)                char (or (char-after pos) 0)
10784                category-set (char-category-set char))                category-set (char-category-set char))
10785          ;; If the current sequence is recorded in `thai-word-table'          ;; If the current sequence is recorded in `thai-word-table'
10786          ;; (i.e. (car THIS) is 1) and the following Thai character is          ;; (i.e. (car THIS) is 1) and the following Thai character is

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26