X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/9569916d94c6c448862d02919e52fc3bfb9b9c8d..49f7c5ad68cb9c542cfddee7bed17d207f1fc394:/src/xdisp.c diff --git a/src/xdisp.c b/src/xdisp.c index 14d6f8fcf9..efd5f54fa3 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -2237,7 +2237,7 @@ get_phys_cursor_geometry (struct window *w, struct glyph_row *row, ascent = row->ascent; if (row->ascent < glyph->ascent) { - y =- glyph->ascent - row->ascent; + y -= glyph->ascent - row->ascent; ascent = glyph->ascent; }