diff options
Diffstat (limited to 'lisp/composite.el')
| -rw-r--r-- | lisp/composite.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/composite.el b/lisp/composite.el index 487962ee07c..72317ac470e 100644 --- a/lisp/composite.el +++ b/lisp/composite.el | |||
| @@ -656,7 +656,7 @@ prepending a space before it." | |||
| 656 | (if (not (char-charset (lglyph-char glyph) coding)) | 656 | (if (not (char-charset (lglyph-char glyph) coding)) |
| 657 | (progn | 657 | (progn |
| 658 | ;; As the terminal doesn't support this glyph, return a | 658 | ;; As the terminal doesn't support this glyph, return a |
| 659 | ;; gstring in which each glyph is its own graphme-cluster | 659 | ;; gstring in which each glyph is its own grapheme-cluster |
| 660 | ;; of width 1.. | 660 | ;; of width 1.. |
| 661 | (setq i 0) | 661 | (setq i 0) |
| 662 | (while (and (< i nglyphs) | 662 | (while (and (< i nglyphs) |