Mercurial > emacs
changeset 17222:60053e19d485
(struct frame): New field buffer_list.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 22 Mar 1997 04:08:59 +0000 |
parents | 0530a375eb21 |
children | ed068c0c1648 |
files | src/frame.h |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/frame.h Sat Mar 22 04:07:26 1997 +0000 +++ b/src/frame.h Sat Mar 22 04:08:59 1997 +0000 @@ -124,7 +124,10 @@ /* 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