]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Fri, 12 Oct 2001 09:05:51 +0000 (09:05 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 12 Oct 2001 09:05:51 +0000 (09:05 +0000)
lisp/ChangeLog
src/ChangeLog

index 19879d3d371fc19b9404976f34f01143cc2f02d1..7d8fcecdd210f8342d0f5de1a78359253ac37051 100644 (file)
@@ -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.
index c030c436223115131c0049a843243dd4c4ff5f39..aa2c4f820722f84b97e0868812b736737a8710be 100644 (file)
 
 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.