/[emacs]/emacs/src/xdisp.c
ViewVC logotype

Diff of /emacs/src/xdisp.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1047 by kfstorm, Wed Sep 7 08:46:04 2005 UTC revision 1.1048 by kfstorm, Wed Sep 7 21:59:36 2005 UTC
# Line 3428  handle_display_prop (it) Line 3428  handle_display_prop (it)
3428      }      }
3429    else    else
3430      {      {
3431        object = it->w->buffer;        XSETWINDOW (object, it->w);
3432        position = &it->current.pos;        position = &it->current.pos;
3433      }      }
3434    
# Line 3449  handle_display_prop (it) Line 3449  handle_display_prop (it)
3449    if (NILP (prop))    if (NILP (prop))
3450      return HANDLED_NORMALLY;      return HANDLED_NORMALLY;
3451    
3452      if (!STRINGP (it->string))
3453        object = it->w->buffer;
3454    
3455    if (CONSP (prop)    if (CONSP (prop)
3456        /* Simple properties.  */        /* Simple properties.  */
3457        && !EQ (XCAR (prop), Qimage)        && !EQ (XCAR (prop), Qimage)

Legend:
Removed from v.1.1047  
changed lines
  Added in v.1.1048

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26