Mercurial > hg > xemacs-beta
diff src/fns.c @ 284:558f606b08ae r21-0b40
Import from CVS: tag r21-0b40
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:34:13 +0200 |
parents | 90d73dddcdc4 |
children | c9fe270a4101 |
line wrap: on
line diff
--- a/src/fns.c Mon Aug 13 10:33:19 2007 +0200 +++ b/src/fns.c Mon Aug 13 10:34:13 2007 +0200 @@ -606,10 +606,12 @@ /* Urk! We allow this, for "compatibility"... */ ; #endif +#if 0 /* removed for XEmacs 21 */ else if (INTP (seq)) /* This is too revolting to think about but maintains compatibility with FSF (and lots and lots of old code). */ args[argnum] = Fnumber_to_string (seq); +#endif else { check_losing_bytecode ("concat", seq);