\f
* Lisp Changes in Emacs 21.2
+** Functions `user-uid' and `user-real-uid' now return floats if the
+user UID doesn't fit in a Lisp integer. Function `user-full-name'
+accepts a float as UID parameter.
+
** `define-key-after' now accepts keys longer than 1.
** `define-derived-mode' now accept nil as the parent.
-2001-10-11 Gerd Moellmann <gerd@gnu.org>
+2001-10-11 Dave Love <fx@gnu.org>
+
+ * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
+ <byte-constref-ops>: Consider byte-constant2 and clarify the code.
+ <const-C varset-X const-C>: Fix car/cdr typo.
- * emacs-lisp/byte-opt.el: Downcase error messages.
+2001-10-11 Gerd Moellmann <gerd@gnu.org>
* emacs-lisp/bytecomp.el (byte-compile-display-log-head-p): New
function extracted from byte-compile-log-1.