summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/language/lao-util.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/language/lao-util.el b/lisp/language/lao-util.el
index 55f7940ef20..4f5cb960074 100644
--- a/lisp/language/lao-util.el
+++ b/lisp/language/lao-util.el
@@ -495,7 +495,7 @@ The return value is number of composed characters."
(if (< (1+ from) to)
(prog1 (- to from)
(if string
- (compose-string from to)
+ (compose-string string from to)
(compose-region from to))
(- to from))))