aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2019-12-30 09:04:05 -0800
committerGlenn Morris2019-12-30 09:04:05 -0800
commit99cd8ba7c0d14328d9275e1688ea61099ad3e1ea (patch)
treeb58cb069884805dbd8d35f84e2e04c0827833677 /src
parentfab6c20e72be4ea5cfa6bce2630237c41da255eb (diff)
parent70fe552c61eaf36801c2b8691379315098df13e4 (diff)
downloademacs-99cd8ba7c0d14328d9275e1688ea61099ad3e1ea.tar.gz
emacs-99cd8ba7c0d14328d9275e1688ea61099ad3e1ea.zip
Merge from origin/emacs-27
70fe552c61 ; xref-references-in-directory: Autoload as well 181f571651 Fix up requires 43f66c3368 Extract xref-matches-in-files from project--find-regexp-in... 65af18d86e Rename xref-collect-references and xref-collect-matches 98788bf976 ; Improve the docstring some more c190e91a1e Improve docstrings 012c12a05e Fix when expose draws partially visible first glyph (bug#3... d915b8c3f1 Don't require semantic/fw 50a0126402 Do some renames for clarity 74261ff301 Rearrange NEWS, add missing documentation 6c9571379e Fix interactive spec in netrc-parse 32222fb34c Fix documentation of define-obsolete-* functions # Conflicts: # etc/NEWS
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 3080f8920a3..623c5526937 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -33491,7 +33491,7 @@ expose_area (struct window *w, struct glyph_row *row, const Emacs_Rectangle *r,
33491 33491
33492 if (area == TEXT_AREA && row->fill_line_p) 33492 if (area == TEXT_AREA && row->fill_line_p)
33493 /* If row extends face to end of line write the whole line. */ 33493 /* If row extends face to end of line write the whole line. */
33494 draw_glyphs (w, 0, row, area, 33494 draw_glyphs (w, row->x, row, area,
33495 0, row->used[area], 33495 0, row->used[area],
33496 DRAW_NORMAL_TEXT, 0); 33496 DRAW_NORMAL_TEXT, 0);
33497 else 33497 else