emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/intervals.c


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/intervals.c
Date: Sun, 25 Nov 2001 21:16:59 -0500

Index: emacs/src/intervals.c
diff -u emacs/src/intervals.c:1.109 emacs/src/intervals.c:1.110
--- emacs/src/intervals.c:1.109 Sun Nov 11 15:02:58 2001
+++ emacs/src/intervals.c       Sun Nov 25 21:16:59 2001
@@ -1690,7 +1690,7 @@
   if (NULL_INTERVAL_P (source))
     {
       Lisp_Object buf;
-      if (!inherit && ! NULL_INTERVAL_P (tree))
+      if (!inherit && !NULL_INTERVAL_P (tree) && length > 0)
        {
          XSETBUFFER (buf, buffer);
          set_text_properties_1 (make_number (position),



reply via email to

[Prev in Thread] Current Thread [Next in Thread]