# HG changeset patch # User Gerd Moellmann # Date 1002821164 0 # Node ID 939f548d08cd1d3b3a8c62467306c9cde2ea6157 # Parent cb878b38afc6ec2fe7ecf6e7da81f6afa5b66add *** empty log message *** diff -r cb878b38afc6 -r 939f548d08cd etc/NEWS --- a/etc/NEWS Thu Oct 11 17:25:26 2001 +0000 +++ b/etc/NEWS Thu Oct 11 17:26:04 2001 +0000 @@ -42,6 +42,10 @@ * 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. diff -r cb878b38afc6 -r 939f548d08cd lisp/ChangeLog --- a/lisp/ChangeLog Thu Oct 11 17:25:26 2001 +0000 +++ b/lisp/ChangeLog Thu Oct 11 17:26:04 2001 +0000 @@ -1,7 +1,11 @@ +2001-10-11 Dave Love + + * emacs-lisp/byte-opt.el (byte-optimize-lapcode) + : Consider byte-constant2 and clarify the code. + : Fix car/cdr typo. + 2001-10-11 Gerd Moellmann - * emacs-lisp/byte-opt.el: Downcase error messages. - * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p): New function extracted from byte-compile-log-1. (byte-compile-log-1): Change output to be more in line with