changeset 12193:26ec7360f078

Comment update.
author Karl Heuer <kwzh@gnu.org>
date Sun, 11 Jun 1995 20:59:45 +0000
parents 1b571a7992b0
children a27e9424e3de
files src/dispnew.c
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispnew.c	Sun Jun 11 20:48:19 1995 +0000
+++ b/src/dispnew.c	Sun Jun 11 20:59:45 1995 +0000
@@ -1901,9 +1901,10 @@
   current_frame->charstarts[vpos] = temp1;
 }
 
-/* A vector of size >= NFRAMES + 3 * NBUFFERS + 1, containing the session's
-   frames, buffers, buffer-read-only flags, and buffer-modified-flags,
-   and a trailing sentinel (so we don't need to add length checks).  */
+/* A vector of size >= 2 * NFRAMES + 3 * NBUFFERS + 1, containing the
+   session's frames, frame names, buffers, buffer-read-only flags, and
+   buffer-modified-flags, and a trailing sentinel (so we don't need to
+   add length checks).  */
 static Lisp_Object frame_and_buffer_state;
 
 DEFUN ("frame-or-buffer-changed-p", Fframe_or_buffer_changed_p,