Mercurial > emacs
changeset 99085:360fe5c2f362
* xdisp.c (fill_glyph_string): Fix typo in source (though the
poor beast has survived 9+ years and the jump from xterm.c!).
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 23 Oct 2008 10:33:05 +0000 |
parents | 211453ff9123 |
children | 136aa69efbfd |
files | src/ChangeLog src/xdisp.c |
diffstat | 2 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu Oct 23 09:20:55 2008 +0000 +++ b/src/ChangeLog Thu Oct 23 10:33:05 2008 +0000 @@ -1,3 +1,8 @@ +2008-10-23 Juanma Barranquero <lekktu@gmail.com> + + * xdisp.c (fill_glyph_string): Fix typo in source (though the + poor beast has survived 9+ years and the jump from xterm.c!). + 2008-10-23 Martin Rudalics <rudalics@gmx.at> * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
--- a/src/xdisp.c Thu Oct 23 09:20:55 2008 +0000 +++ b/src/xdisp.c Thu Oct 23 10:33:05 2008 +0000 @@ -6607,7 +6607,7 @@ it->object = it->w->buffer; it->c = composition_update_it (&it->cmp_it, IT_CHARPOS (*it), IT_BYTEPOS (*it), Qnil); - } + } return 1; } @@ -8271,7 +8271,7 @@ sprintf (name, " *Echo Area %d*", i); echo_buffer[i] = Fget_buffer_create (build_string (name)); XBUFFER (echo_buffer[i])->truncate_lines = Qnil; - /* to force word wrap in echo area - + /* to force word wrap in echo area - it was decided to postpone this*/ /* XBUFFER (echo_buffer[i])->word_wrap = Qt; */ @@ -19711,7 +19711,7 @@ xassert (s->nchars == 0); xassert (start >= 0 && end > start); - s->for_overlaps = overlaps, + s->for_overlaps = overlaps; glyph = s->row->glyphs[s->area] + start; last = s->row->glyphs[s->area] + end; voffset = glyph->voffset;