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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/buffer.c
Date: Wed, 26 Jun 2002 04:35:17 -0400

Index: emacs/src/buffer.c
diff -c emacs/src/buffer.c:1.388 emacs/src/buffer.c:1.389
*** emacs/src/buffer.c:1.388    Sat Jun  8 16:25:31 2002
--- emacs/src/buffer.c  Wed Jun 26 04:35:14 2002
***************
*** 1932,1938 ****
        XSETCDR (link, Qnil);
        Vbuffer_alist = nconc2 (Vbuffer_alist, link);
  
!       frames_bury_buffer (buffer);
      }
  
    return Qnil;
--- 1932,1941 ----
        XSETCDR (link, Qnil);
        Vbuffer_alist = nconc2 (Vbuffer_alist, link);
  
!       /* Removing BUFFER from frame-specific lists
!        has the effect of putting BUFFER at the end
!        of the combined list in each frame.  */
!       frames_discard_buffer (buffer);
      }
  
    return Qnil;



reply via email to

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