-- Norbert Koch <nk(a)LF.net> spake thusly:
Current CVS version, including Matt's patch described in message
<77100000.982725397@benzene>, gives me the following output in make
test:
Testing
/usr/users/support/nk/cvs/xemacs/tests/automated/syntax-tests.el...
Unexpected error (void-function c-mode) while executing interpreted
code. Test suite execution aborted.
Unexpected error (void-function c-mode) while executing byte-compiled
code. Test suite execution aborted.
Hrmm. It occurs to me now that I can't presume that c-mode (or anything
else in packages) will be available during 'make check'. That was
rather foolish. I'll have to rewrite that test to set up the necessary
conditions relying only on base code.