comparison src/xfaces.c @ 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 2042c4a224ad
children 5221d99f4809
comparison
equal deleted inserted replaced
25358:9747bbf3e480 25359:14135aa647e2
5846 struct face *default_face; 5846 struct face *default_face;
5847 int multibyte_p = !NILP (current_buffer->enable_multibyte_characters); 5847 int multibyte_p = !NILP (current_buffer->enable_multibyte_characters);
5848 5848
5849 /* W must display the current buffer. We could write this function 5849 /* W must display the current buffer. We could write this function
5850 to use the frame and buffer of W, but right now it doesn't. */ 5850 to use the frame and buffer of W, but right now it doesn't. */
5851 xassert (XBUFFER (w->buffer) == current_buffer); 5851 /* xassert (XBUFFER (w->buffer) == current_buffer); */
5852 5852
5853 XSETFRAME (frame, f); 5853 XSETFRAME (frame, f);
5854 XSETFASTINT (position, pos); 5854 XSETFASTINT (position, pos);
5855 5855
5856 endpos = ZV; 5856 endpos = ZV;