comparison man/lispref/building.texi @ 959:87e011e66a78

[xemacs-hg @ 2002-08-12 07:45:36 by youngs] 2002-08-12 Simon Josefsson <jas@extundo.com> * lispref/building.texi (Pure Storage): purecopy is a no-op.
author youngs
date Mon, 12 Aug 2002 07:45:38 +0000
parents 576fb035e263
children 9fa10603c898
comparison
equal deleted inserted replaced
958:4cbfb36b35e0 959:87e011e66a78
207 characters in pure storage. It recursively copies the contents of 207 characters in pure storage. It recursively copies the contents of
208 vectors and cons cells. It does not make copies of other objects such 208 vectors and cons cells. It does not make copies of other objects such
209 as symbols, but just returns them unchanged. It signals an error if 209 as symbols, but just returns them unchanged. It signals an error if
210 asked to copy markers. 210 asked to copy markers.
211 211
212 This function is a no-op except while XEmacs is being built and dumped; 212 This function is a no-op in XEmacs, and its use is deprecated.
213 it is usually called only in the file
214 @file{xemacs/lisp/prim/loaddefs.el}, but a few packages call it just in
215 case you decide to preload them.
216 @end defun 213 @end defun
217 214
218 @defvar pure-bytes-used 215 @defvar pure-bytes-used
219 The value of this variable is the number of bytes of pure storage 216 The value of this variable is the number of bytes of pure storage
220 allocated so far. Typically, in a dumped XEmacs, this number is very 217 allocated so far. Typically, in a dumped XEmacs, this number is very