diff options
| author | Joakim Verona | 2012-08-01 13:23:31 +0200 |
|---|---|---|
| committer | Joakim Verona | 2012-08-01 13:23:31 +0200 |
| commit | c8b0fc1999006af5a4317b44068fac13d9592143 (patch) | |
| tree | 56ae18492a4d0178cec1a43ba4d387c16708b08d /src | |
| parent | 610ba6f8ddf2298849cad522b6952bc694f0e63f (diff) | |
| download | emacs-c8b0fc1999006af5a4317b44068fac13d9592143.tar.gz emacs-c8b0fc1999006af5a4317b44068fac13d9592143.zip | |
WVAR (it->w, buffer)
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); |