>>>> "J" == J Kean Johnston <jkj(a)sco.com>
writes:
J> Not so. If we change things fundamentally in XEmacs, we simply bump the
Changing things fundamentally might mean simply using a different
configure switch, such as --use-minimal-tagbits. Modules should
refuse to load if they are incompatible on the lisp object
representation level.
J> version number in the module code, and it will refuse to load modules
J> that were compiled before that version. I explained this all in a previous
J> message, but thats how we cope with THAT. Its not a show-stopper. If you
J> try to load an old module you will get a message telling you you can't.
J> Look at line 350 of emodules.c.