diff --git a/lisp/composite.el b/lisp/composite.el index fb8b76114f4..06c7c174163 100644 --- a/lisp/composite.el +++ b/lisp/composite.el @@ -818,7 +818,7 @@ prepending a space before it." (setq glyph (lgstring-glyph gstring i)) (lglyph-set-char glyph 32) (lglyph-set-width glyph 1) - (setq i (+ 2))) + (setq i (+ i 2))) (let ((from (lglyph-from glyph)) (to (lglyph-to glyph)) (j (1+ i)))