]> git.eshelyaron.com Git - emacs.git/commit
* lisp/composite.el (compose-gstring-for-terminal): Fix omitted var.
authorMattias Engdegård <mattiase@acm.org>
Wed, 31 May 2023 16:55:03 +0000 (18:55 +0200)
committerMattias Engdegård <mattiase@acm.org>
Wed, 31 May 2023 16:55:03 +0000 (18:55 +0200)
commitdc3b3548b7cd2a2170dd24d3cd8199bd9688276f
treeb0236c162dd975b0201236ef946b55bafe95ddfb
parentddf8587bb542d9826aa7c66e97365923d3f53ea0
* lisp/composite.el (compose-gstring-for-terminal): Fix omitted var.

It may not make much of a difference since the code path is probably
only taken once for i=0 with no more glyphs in the input, but this
change avoids depending on such external invariants and makes
the code less mystifying to the reader (bug#63807).
lisp/composite.el