Mercurial > emacs
changeset 25359:14135aa647e2
(face_at_buffer_position): Don't xassert that
window's buffers equals current_buffer; this is not the
case during echo area display.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sat, 21 Aug 1999 19:31:04 +0000 |
parents | 9747bbf3e480 |
children | 2f3ad0a21be5 |
files | src/xfaces.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfaces.c Sat Aug 21 19:30:44 1999 +0000 +++ b/src/xfaces.c Sat Aug 21 19:31:04 1999 +0000 @@ -5848,7 +5848,7 @@ /* W must display the current buffer. We could write this function to use the frame and buffer of W, but right now it doesn't. */ - xassert (XBUFFER (w->buffer) == current_buffer); + /* xassert (XBUFFER (w->buffer) == current_buffer); */ XSETFRAME (frame, f); XSETFASTINT (position, pos);