aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfaces.c2
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);