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

Diff of /emacs/src/intervals.c

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

revision 1.109 by rms, Sun Nov 11 20:02:58 2001 UTC revision 1.110 by monnier, Mon Nov 26 02:16:59 2001 UTC
# Line 1690  graft_intervals_into_buffer (source, pos Line 1690  graft_intervals_into_buffer (source, pos
1690    if (NULL_INTERVAL_P (source))    if (NULL_INTERVAL_P (source))
1691      {      {
1692        Lisp_Object buf;        Lisp_Object buf;
1693        if (!inherit && ! NULL_INTERVAL_P (tree))        if (!inherit && !NULL_INTERVAL_P (tree) && length > 0)
1694          {          {
1695            XSETBUFFER (buf, buffer);            XSETBUFFER (buf, buffer);
1696            set_text_properties_1 (make_number (position),            set_text_properties_1 (make_number (position),

Legend:
Removed from v.1.109  
changed lines
  Added in v.1.110

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