Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5379:a32a108ae815
#'cl-non-fixnum-number-p: return t for integers > #x3fffffff and < -#x40000000
2011-03-21 Aidan Kehoe <kehoea@parhasard.net>
* cl-macs.el (cl-non-fixnum-number-p):
This should return t under 64-bit builds for fixnums that would
be bignums on a 32-bit machine; make it so.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Mon, 21 Mar 2011 12:19:25 +0000 |
parents | 4f0a1f4cc111 |
children | 919c77c567bb |
comparison
equal
deleted
inserted
replaced
5378:4f0a1f4cc111 | 5379:a32a108ae815 |
---|---|
1 2011-03-21 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * cl-macs.el (cl-non-fixnum-number-p): | |
4 This should return t under 64-bit builds for fixnums that would | |
5 be bignums on a 32-bit machine; make it so. | |
6 | |
1 2011-03-19 Stephen J. Turnbull <stephen@xemacs.org> | 7 2011-03-19 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 8 |
3 * faces.el (face-spec-set-match-display): | 9 * faces.el (face-spec-set-match-display): |
4 Protect against `display-color-cells' returning nil. | 10 Protect against `display-color-cells' returning nil. |
5 Delete unreferenced let-binding of `min-colors'. | 11 Delete unreferenced let-binding of `min-colors'. |