diff options
| author | Gregory Heytings | 2022-10-30 17:00:35 +0100 |
|---|---|---|
| committer | Gregory Heytings | 2022-10-30 17:00:35 +0100 |
| commit | aef803d6c3d61004f15d0bc82fa7bf9952302312 (patch) | |
| tree | 087c444f788cda27006ddc066ad430f62f5ac02a /src/pgtkterm.c | |
| parent | 3bf19c417fd39766ee9c7a793c9faadd3bd88478 (diff) | |
| parent | 3fa4cca3d244f51e471e7779c934278731fc21e9 (diff) | |
| download | emacs-aef803d6c3d61004f15d0bc82fa7bf9952302312.tar.gz emacs-aef803d6c3d61004f15d0bc82fa7bf9952302312.zip | |
Merge master into feature/improved-locked-narrowing.
Diffstat (limited to 'src/pgtkterm.c')
| -rw-r--r-- | src/pgtkterm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pgtkterm.c b/src/pgtkterm.c index b283cef7cde..491ba338821 100644 --- a/src/pgtkterm.c +++ b/src/pgtkterm.c | |||
| @@ -1584,6 +1584,8 @@ pgtk_draw_glyphless_glyph_string_foreground (struct glyph_string *s) | |||
| 1584 | ? CHAR_TABLE_REF (Vglyphless_char_display, | 1584 | ? CHAR_TABLE_REF (Vglyphless_char_display, |
| 1585 | glyph->u.glyphless.ch) | 1585 | glyph->u.glyphless.ch) |
| 1586 | : XCHAR_TABLE (Vglyphless_char_display)->extras[0]); | 1586 | : XCHAR_TABLE (Vglyphless_char_display)->extras[0]); |
| 1587 | if (CONSP (acronym)) | ||
| 1588 | acronym = XCAR (acronym); | ||
| 1587 | if (STRINGP (acronym)) | 1589 | if (STRINGP (acronym)) |
| 1588 | str = SSDATA (acronym); | 1590 | str = SSDATA (acronym); |
| 1589 | } | 1591 | } |