Mercurial > emacs
changeset 39642:a579268a4673
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sun, 07 Oct 2001 00:26:13 +0000 |
parents | 39d3627c1c99 |
children | 3159dbc2f268 |
files | src/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sun Oct 07 00:20:39 2001 +0000 +++ b/src/ChangeLog Sun Oct 07 00:26:13 2001 +0000 @@ -1,5 +1,13 @@ 2001-10-07 Gerd Moellmann <gerd@gnu.org> + * keyboard.c (parse_modifiers, apply_modifiers): Use VALMASK. + + * insdel.c (make_gap): Use MOST_POSITIVE_FIXNUM. + + * floatfns.c (FLOAT_TO_INT2, FLOAT_TO_INT): Use FIXNUM_OVERFLOW_P. + + * dired.c (Ffile_attributes): Use FIXNUM_OVERFLOW_P. + * bytecode.c (syms_of_bytecode) [BYTE_CODE_METER]: Doc fix. (METER_CODE, Fbyte_code): Use MOST_POSITIVE_FIXNUM.