emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/internals.texi,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/internals.texi,v
Date: Sat, 07 Apr 2007 01:50:57 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/04/07 01:50:56

Index: internals.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/internals.texi,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -b -r1.56 -r1.57
--- internals.texi      31 Mar 2007 17:27:34 -0000      1.56
+++ internals.texi      7 Apr 2007 01:50:56 -0000       1.57
@@ -204,7 +204,7 @@
 
 @node Garbage Collection
 @appendixsec Garbage Collection
address@hidden garbage collector
address@hidden garbage collection
 
 @cindex memory allocation
   When a program creates a list or the user defines a new function (such
@@ -716,7 +716,7 @@
 defined with @code{DEFVAR_BOOL} are automatically added to the list
 @code{byte-boolean-vars} used by the byte compiler.
 
address@hidden @code{staticpro}, protect file-scope variables from GC
address@hidden @code{staticpro}, protection from GC
   If you define a file-scope C variable of type @code{Lisp_Object},
 you must protect it from garbage-collection by calling @code{staticpro}
 in @address@hidden, like this:




reply via email to

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