Mercurial > hg > xemacs-beta
comparison man/lispref/objects.texi @ 373:6240c7796c7a r21-2b2
Import from CVS: tag r21-2b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:04:06 +0200 |
parents | cc15677e0335 |
children | 8626e4521993 |
comparison
equal
deleted
inserted
replaced
372:49e1ed2d7ed8 | 373:6240c7796c7a |
---|---|
2200 are in use, symbol names are no longer unique. Distinct symbols with | 2200 are in use, symbol names are no longer unique. Distinct symbols with |
2201 the same name are not @code{eq}. @xref{Creating Symbols}.) | 2201 the same name are not @code{eq}. @xref{Creating Symbols}.) |
2202 | 2202 |
2203 NOTE: Under XEmacs 19, characters are really just integers, and thus | 2203 NOTE: Under XEmacs 19, characters are really just integers, and thus |
2204 characters and integers are @code{eq}. Under XEmacs 20, it was | 2204 characters and integers are @code{eq}. Under XEmacs 20, it was |
2205 necessary to preserve remants of this in function such as @code{old-eq} | 2205 necessary to preserve remnants of this in function such as @code{old-eq} |
2206 in order to maintain byte-code compatibility. Byte code compiled | 2206 in order to maintain byte-code compatibility. Byte code compiled |
2207 under any Emacs 19 will automatically have calls to @code{eq} mapped | 2207 under any Emacs 19 will automatically have calls to @code{eq} mapped |
2208 to @code{old-eq} when executed under XEmacs 20. | 2208 to @code{old-eq} when executed under XEmacs 20. |
2209 | 2209 |
2210 @example | 2210 @example |