Mercurial > hg > xemacs-beta
comparison man/cl.texi @ 276:6330739388db r21-0b36
Import from CVS: tag r21-0b36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:30:37 +0200 |
parents | 11cf20601dec |
children | 70ad99077275 |
comparison
equal
deleted
inserted
replaced
275:a68ae4439f57 | 276:6330739388db |
---|---|
3409 It is incremented after each use by @code{gensym}. In Common Lisp | 3409 It is incremented after each use by @code{gensym}. In Common Lisp |
3410 this is initialized with 0, but this package initializes it with a | 3410 this is initialized with 0, but this package initializes it with a |
3411 random (time-dependent) value to avoid trouble when two files that | 3411 random (time-dependent) value to avoid trouble when two files that |
3412 each used @code{gensym} in their compilation are loaded together. | 3412 each used @code{gensym} in their compilation are loaded together. |
3413 | 3413 |
3414 @strong{XEmacs note:} As of XEmacs 20.5, an uninterned symbol remains | 3414 @strong{XEmacs note:} As of XEmacs 21.0, an uninterned symbol remains |
3415 uninterned even after being dumped to bytecode. Older versions of Emacs | 3415 uninterned even after being dumped to bytecode. Older versions of Emacs |
3416 didn't distinguish the printed representation of interned and uninterned | 3416 didn't distinguish the printed representation of interned and uninterned |
3417 symbols, so their names had to be treated more carefully. | 3417 symbols, so their names had to be treated more carefully. |
3418 @end defvar | 3418 @end defvar |
3419 | 3419 |