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: Sun, 21 Jul 2002 16:25:33 -0400

Index: emacs/src/buffer.c
diff -c emacs/src/buffer.c:1.397 emacs/src/buffer.c:1.398
*** emacs/src/buffer.c:1.397    Sun Jul 21 10:11:55 2002
--- emacs/src/buffer.c  Sun Jul 21 16:25:32 2002
***************
*** 209,215 ****
  
  DEFUN ("buffer-list", Fbuffer_list, Sbuffer_list, 0, 1, 0,
         doc: /* Return a list of all existing live buffers.
! If the optional arg FRAME is a frame, we return that frame's buffer list.  */)
       (frame)
       Lisp_Object frame;
  {
--- 209,217 ----
  
  DEFUN ("buffer-list", Fbuffer_list, Sbuffer_list, 0, 1, 0,
         doc: /* Return a list of all existing live buffers.
! If the optional arg FRAME is a frame, we return the buffer list
! in the proper order for that frame: the buffers in FRAME's `buffer-list'
! frame parameter come first, followed by the rest of the buffers.  */)
       (frame)
       Lisp_Object frame;
  {



reply via email to

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