diff --git a/lisp/language/lao-util.el b/lisp/language/lao-util.el index 1639b1bf78b..0f8d472bdde 100644 --- a/lisp/language/lao-util.el +++ b/lisp/language/lao-util.el @@ -596,7 +596,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))