From: Richard M. Stallman Date: Sat, 22 Mar 1997 04:08:59 +0000 (+0000) Subject: (struct frame): New field buffer_list. X-Git-Tag: emacs-20.1~2723 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=375ff4f1e31fc51c2e3e27b94a383fb6e2f2d813;p=emacs.git (struct frame): New field buffer_list. --- diff --git a/src/frame.h b/src/frame.h index 47970c3d6db..532e1f2b85b 100644 --- a/src/frame.h +++ b/src/frame.h @@ -124,7 +124,10 @@ struct frame /* Predicate for selecting buffers for other-buffer. */ Lisp_Object buffer_predicate; - /* Beyond here, there should be no more Lisp_Object components. */ + /* List of buffers viewed in this frame, for other-buffer. */ + Lisp_Object buffer_list; + + /* beyond here, there should be no more Lisp_Object components. */ /* A buffer to hold the frame's name. We can't use the Lisp string's