diff options
author | Miles Bader <miles@gnu.org> | 2005-04-02 22:40:25 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2005-04-02 22:40:25 +0000 |
commit | 4a2283bcc7998fef3788136a16a6c2b10df6fe6f (patch) | |
tree | dc8199f604a6e5a2d57754d843773be6c88c4f36 /lisp/language | |
parent | 417294f4d1d8872d7a4a698de1a9650f18af3b37 (diff) | |
parent | ab77efd0e55c661ea8fd45df28f2a39d0c46fbd8 (diff) | |
download | emacs-4a2283bcc7998fef3788136a16a6c2b10df6fe6f.tar.gz |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-33
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 223-227)
- Update from CVS
Diffstat (limited to 'lisp/language')
-rw-r--r-- | lisp/language/thai-word.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/language/thai-word.el b/lisp/language/thai-word.el index 9c3ba81859e..2548a44ea80 100644 --- a/lisp/language/thai-word.el +++ b/lisp/language/thai-word.el @@ -10780,7 +10780,7 @@ the current word list." ;; character by character. (while this (setq pos (1+ pos) - char (char-after 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 |