# HG changeset patch # User Gerd Moellmann # Date 935263864 0 # Node ID 14135aa647e24fd5376fc0a6eda4b9a5e7cdf1e0 # Parent 9747bbf3e480c188721afa2acc8cd807566c7350 (face_at_buffer_position): Don't xassert that window's buffers equals current_buffer; this is not the case during echo area display. diff -r 9747bbf3e480 -r 14135aa647e2 src/xfaces.c --- 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);