diff options
Diffstat (limited to 'lisp/language')
-rw-r--r-- | lisp/language/thai-util.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/language/thai-util.el b/lisp/language/thai-util.el index 35914c2cc5b..bbf116485ea 100644 --- a/lisp/language/thai-util.el +++ b/lisp/language/thai-util.el @@ -286,7 +286,7 @@ to compose. The return value is number of composed characters." (if (< (1+ from) to) - (prog1 (- to from) + (progn (if string (compose-string string from to) (compose-region from to)) |