emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Ken Raeburn
Subject: [Emacs-diffs] Changes to emacs/src/buffer.c
Date: Mon, 03 Jun 2002 14:03:15 -0400

Index: emacs/src/buffer.c
diff -c emacs/src/buffer.c:1.386 emacs/src/buffer.c:1.387
*** emacs/src/buffer.c:1.386    Mon May 20 10:51:17 2002
--- emacs/src/buffer.c  Mon Jun  3 14:03:14 2002
***************
*** 3424,3430 ****
          Lisp_Object found = tail;
  
          /* Unlink the found overlay.  */
!         XSETCDR (parent, XCDR (found));
          /* Move an overlay at RIGHT_PLACE to the next of the found one,
             and link it into the right place.  */
          if (NILP (right_pair))
--- 3424,3431 ----
          Lisp_Object found = tail;
  
          /* Unlink the found overlay.  */
!         tail = XCDR (found);
!         XSETCDR (parent, tail);
          /* Move an overlay at RIGHT_PLACE to the next of the found one,
             and link it into the right place.  */
          if (NILP (right_pair))



reply via email to

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