Mercurial > hg > xemacs-beta
diff src/number.c @ 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 | f2fdfc131770 |
children | a7dd0aed0fe6 |
line wrap: on
line diff
--- 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))