From beb0990f3b5677c1b4d349563cbe3e0ab9a772a5 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 12 Oct 2001 09:05:51 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 5 +++++ src/ChangeLog | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 19879d3d371..7d8fcecdd21 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-10-12 Eli Barzilay + + * calculator.el (calculator-eng-display): Don't call concat + with an integer argument. + 2001-10-12 Miles Bader * help-mode.el (help-customize-face): New button-type. diff --git a/src/ChangeLog b/src/ChangeLog index c030c436223..aa2c4f82072 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -58,6 +58,11 @@ 2001-10-11 Gerd Moellmann + * 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. -- 2.39.2