Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 542:2e265ae71eed
[xemacs-hg @ 2001-05-17 09:52:16 by yoshiki]
My patch "[PATCH] EMACS_INT_MAX is too big",
<87u22s1ffj.fsf@u.sanpo.t.u-tokyo.ac.jp>
* lisp.h (EMACS_INT_MAX): This should be one bit less since
EMACS_INT is signed.
author | yoshiki |
---|---|
date | Thu, 17 May 2001 09:52:19 +0000 |
parents | 8f3fb4fd879b |
children | ffd4d00ff0b6 |
line wrap: on
line diff
--- a/src/ChangeLog Tue May 15 06:58:27 2001 +0000 +++ b/src/ChangeLog Thu May 17 09:52:19 2001 +0000 @@ -1,3 +1,8 @@ +2001-05-11 Yoshiki Hayashi <yoshiki@xemacs.org> + + * lisp.h (EMACS_INT_MAX): This should be one bit less since + EMACS_INT is signed. + 2001-05-13 Mike Alexander <mta@arbortext.com> * frame-msw.c (mswindows_make_frame_visible): Call SetActiveWindow