aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoakim Verona2012-08-19 02:40:08 +0200
committerJoakim Verona2012-08-19 02:40:08 +0200
commitd02344322b0d2fea8dd9ad9dd0a6c70e058f967b (patch)
treee8f801e8e8fac8d650d00a050632488a8a83d946 /src
parentb648c26ec642a1dc58c0bd7e59d6011b964dbe37 (diff)
downloademacs-d02344322b0d2fea8dd9ad9dd0a6c70e058f967b.tar.gz
emacs-d02344322b0d2fea8dd9ad9dd0a6c70e058f967b.zip
repair attempt
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 3b35d252508..9bb3d92ac39 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) ? WVAR (it->w, buffer) : object; 4978 it->object = NILP (object) ? 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);