Mercurial > hg > xemacs-beta
changeset 2019:4db90be29229
[xemacs-hg @ 2004-04-16 02:04:50 by james]
Fodd -> Foddp, thanks to Olivier Galibert.
author | james |
---|---|
date | Fri, 16 Apr 2004 02:04:51 +0000 |
parents | be4d412c3009 |
children | e27c11d23f79 |
files | src/ChangeLog src/number.c |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu Apr 15 21:51:41 2004 +0000 +++ b/src/ChangeLog Fri Apr 16 02:04:51 2004 +0000 @@ -1,3 +1,8 @@ +2004-04-15 Jerry James <james@xemacs.org> + + * number.c (Foddp): Lisp name should be oddp, not odd. Thanks to + Olivier Galibert. + 2003-12-07 Olivier Galibert <galibert@pobox.com> * Makefile.in.in: Add in-executable dump file support.
--- a/src/number.c Thu Apr 15 21:51:41 2004 +0000 +++ b/src/number.c Fri Apr 16 02:04:51 2004 +0000 @@ -135,7 +135,7 @@ : XTYPE (integer) == Lisp_Type_Int_Even) ? Qt : Qnil; } -DEFUN ("odd", Foddp, 1, 1, 0, /* +DEFUN ("oddp", Foddp, 1, 1, 0, /* Return t if INTEGER is odd, nil otherwise. */ (integer))