comparison man/lispref/objects.texi @ 314:341dac730539 r21-0b55

Import from CVS: tag r21-0b55
author cvs
date Mon, 13 Aug 2007 10:44:22 +0200
parents 850242ba4a81
children 54f7aa390f4f
comparison
equal deleted inserted replaced
313:2905de29931f 314:341dac730539
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