diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 4d665461125..11a9eb5df93 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -4975,7 +4975,7 @@ handle_single_display_spec (struct it *it, Lisp_Object spec, Lisp_Object object, | |||
| 4975 | it->what = IT_XWIDGET; | 4975 | it->what = IT_XWIDGET; |
| 4976 | it->method = GET_FROM_XWIDGET; | 4976 | it->method = GET_FROM_XWIDGET; |
| 4977 | it->position = start_pos; | 4977 | it->position = start_pos; |
| 4978 | it->object = NILP (object) ? it->w->buffer : object; | 4978 | it->object = NILP (object) ? WVAR (it->w, buffer) : object; |
| 4979 | *position = start_pos; | 4979 | *position = start_pos; |
| 4980 | 4980 | ||
| 4981 | it->xwidget = lookup_xwidget(value); | 4981 | it->xwidget = lookup_xwidget(value); |