# HG changeset patch # User John W. Eaton # Date 1386258501 18000 # Node ID 8cf2b8617e858dcc7b0d716f188e97b354df58c3 # Parent 8e056300994bd0cc8aaf3da435c806cb6346fc39 also check for xtest in __run_test_suite__ * __run_test_suite__.m (has_tests): Also return true for files that only contain %!xtest. diff -r 8e056300994b -r 8cf2b8617e85 doc/interpreter/macros.texi --- a/doc/interpreter/macros.texi Wed Dec 04 22:13:18 2013 -0800 +++ b/doc/interpreter/macros.texi Thu Dec 05 10:48:21 2013 -0500 @@ -28,14 +28,14 @@ @c which is `XXX'. This looks particularly bad when the macro body is @c single or double-quoted text, such as a property value `"position"' @ifinfo -@macro qcode{arg} +@rmacro qcode{arg} \arg\ -@end macro +@end rmacro @end ifinfo @ifnotinfo -@macro qcode{arg} +@rmacro qcode{arg} @code{\arg\} -@end macro +@end rmacro @end ifnotinfo @c The following macro is used for the on-line help system, but we don't