diff options
| author | Gerd Moellmann | 1999-08-21 19:31:04 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-08-21 19:31:04 +0000 |
| commit | 060fb5c1df78b4f8c009c4dd48a8a86b733e6096 (patch) | |
| tree | da63e9d13fe7fb7c6b5bb48b084958d3d0457050 /src | |
| parent | c6e89d6c44fe6736f31724b07e07fccb3bfaa09d (diff) | |
| download | emacs-060fb5c1df78b4f8c009c4dd48a8a86b733e6096.tar.gz emacs-060fb5c1df78b4f8c009c4dd48a8a86b733e6096.zip | |
(face_at_buffer_position): Don't xassert that
window's buffers equals current_buffer; this is not the
case during echo area display.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfaces.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfaces.c b/src/xfaces.c index c3610cc739f..aa3f63a885c 100644 --- a/src/xfaces.c +++ b/src/xfaces.c | |||
| @@ -5848,7 +5848,7 @@ face_at_buffer_position (w, pos, region_beg, region_end, | |||
| 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); |