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.h,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/buffer.h,v
Date: Mon, 11 Feb 2008 17:54:16 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/02/11 17:54:15

Index: buffer.h
===================================================================
RCS file: /sources/emacs/emacs/src/buffer.h,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -b -r1.118 -r1.119
--- buffer.h    9 Feb 2008 10:52:36 -0000       1.118
+++ buffer.h    11 Feb 2008 17:54:15 -0000      1.119
@@ -562,6 +562,10 @@
   /* Position where the overlay lists are centered.  */
   EMACS_INT overlay_center;
 
+  /* Everything from here down must be a Lisp_Object.  */
+  /* buffer-local Lisp variables start at `undo_list',
+     tho only the ones from `name' on are GC'd normally.  */
+
   /* Changes in the buffer are recorded here for undo.
      t means don't record anything.
      This information belongs to the base buffer of an indirect buffer,
@@ -571,8 +575,6 @@
      This comes before `name' because it is marked in a special way.  */
   Lisp_Object undo_list;
 
-  /* Everything from here down must be a Lisp_Object.  */
-
   /* The name of this buffer.  */
   Lisp_Object name;
 




reply via email to

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