]> git.eshelyaron.com Git - emacs.git/commitdiff
(handle_display_prop): Use it->w->buffer as object,
authorGerd Moellmann <gerd@gnu.org>
Thu, 8 Mar 2001 21:17:30 +0000 (21:17 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 8 Mar 2001 21:17:30 +0000 (21:17 +0000)
instead of nil.

src/ChangeLog
src/xdisp.c

index 357b78cb8f113c027f403269f3afd8b6c05bd21a..34018585de6706b26c2b34d847a35c9fbe67fdc7 100644 (file)
@@ -1,5 +1,8 @@
 2001-03-08  Gerd Moellmann  <gerd@gnu.org>
 
+       * xdisp.c (handle_display_prop): Use it->w->buffer as object,
+       instead of nil.
+
        * xterm.c (note_mouse_highlight): Handle mouse-face and 
        help-echo in strings.
        (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
index 3db708e15c98c0a60e56e9594d5d6336dc59101e..23fc0a4b089565503f155fc866a41690688763e4 100644 (file)
@@ -2570,7 +2570,7 @@ handle_display_prop (it)
     }
   else
     {
-      object = Qnil;
+      object = it->w->buffer;
       position = &it->current.pos;
     }