From 1a4372efcde8fc798455571d1513536beee555b6 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sat, 6 Oct 2001 23:38:11 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 5 +++++ src/ChangeLog | 16 ++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dd672f13457..3adf1be407d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-10-07 Gerd Moellmann + + * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum): + Remove. + 2001-10-05 Richard M. Stallman * add-log.el (add-change-log-entry): Skip copyright notice diff --git a/src/ChangeLog b/src/ChangeLog index 793ee81203d..5db1eaebba5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,19 @@ +2001-10-07 Gerd Moellmann + + * bytecode.c (syms_of_bytecode) [BYTE_CODE_METER]: Doc fix. + (METER_CODE, Fbyte_code): Use MOST_POSITIVE_FIXNUM. + + * alloc.c (inhibit_garbage_collection): Simplify. + (Fmemory_use_counts): Ditto. + + * data.c (most_positive_fixnum, most_negative_fixnum): New + variables. + (syms_of_data): DEFVAR_INT most-positive-fixnum and + most-negative-fixnum. + + * lisp.h (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM) + (FIXNUM_OVERFLOW_P): New macros. + 2001-10-06 Miles Bader * xterm.h (struct x_output): Add scroll_bar_top_shadow_pixel and -- 2.39.2