Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 5501:4813ff11c6e2
Correct the definition of #'cl-non-fixnum-number-p on 32-bit machines.
2011-05-06 Aidan Kehoe <kehoea@parhasard.net>
* cl-macs.el (most-positive-fixnum-on-32-bit-machines):
Correct this, I had an off-by-one error (because I was developing
on a 64-bit machine). Thanks for the report, Raymond Toy!
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Fri, 06 May 2011 10:37:14 +0100 |
parents | 1f0b15040456 |
children | 5b08be74bb53 |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue May 03 08:13:21 2011 -0400 +++ b/lisp/ChangeLog Fri May 06 10:37:14 2011 +0100 @@ -1,3 +1,9 @@ +2011-05-06 Aidan Kehoe <kehoea@parhasard.net> + + * cl-macs.el (most-positive-fixnum-on-32-bit-machines): + Correct this, I had an off-by-one error (because I was developing + on a 64-bit machine). Thanks for the report, Raymond Toy! + 2011-05-01 Aidan Kehoe <kehoea@parhasard.net> * buff-menu.el (list-buffers-directory):