Mercurial > emacs
changeset 39819:dd4e185b0265
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 12 Oct 2001 09:05:51 +0000 |
parents | 6564021e098e |
children | f0947afcdf4c |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Oct 12 09:05:29 2001 +0000 +++ b/lisp/ChangeLog Fri Oct 12 09:05:51 2001 +0000 @@ -1,3 +1,8 @@ +2001-10-12 Eli Barzilay <eli@barzilay.org> + + * calculator.el (calculator-eng-display): Don't call concat + with an integer argument. + 2001-10-12 Miles Bader <miles@gnu.org> * help-mode.el (help-customize-face): New button-type.
--- a/src/ChangeLog Fri Oct 12 09:05:29 2001 +0000 +++ b/src/ChangeLog Fri Oct 12 09:05:51 2001 +0000 @@ -58,6 +58,11 @@ 2001-10-11 Gerd Moellmann <gerd@gnu.org> + * lisp.h (FIXNUM_OVERFLOW_P): Cast I to EMACS_INT in comparisons + in case I is of some unsigned type, in which case + MOST_NEGATIVE_FIXNUM will be converted to unsigned, and the + comparison becomes bogus. + * editfns.c (Fuser_uid, Fuser_real_uid): Use make_fixnum_or_float. (Fuser_full_name): Fix bug treating a float as a fixnum.