Mercurial > hg > xemacs-beta
diff src/tests.c @ 5052:92dc90c0bb40
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sat, 20 Feb 2010 23:56:01 -0600 |
parents | e70a73f9243d |
children | 6bff4f219697 |
line wrap: on
line diff
--- a/src/tests.c Sat Feb 20 18:57:55 2010 -0600 +++ b/src/tests.c Sat Feb 20 23:56:01 2010 -0600 @@ -682,7 +682,7 @@ FROB (0XFFFFFFFFFFFFFFFE); #endif /* INT_VALBITS >= 63 */ - return list3 (build_ascstring ("STORE_VOID_IN_LISP"), Qt, Qnil); + return list1 (list3 (build_ascstring ("STORE_VOID_IN_LISP"), Qt, Qnil)); }