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. | |||
| 286 | 286 | ||
| 287 | The return value is number of composed characters." | 287 | The return value is number of composed characters." |
| 288 | (if (< (1+ from) to) | 288 | (if (< (1+ from) to) |
| 289 | (prog1 (- to from) | 289 | (progn |
| 290 | (if string | 290 | (if string |
| 291 | (compose-string string from to) | 291 | (compose-string string from to) |
| 292 | (compose-region from to)) | 292 | (compose-region from to)) |