QUERY
On Mon, 2006-05-29 at 15:45 -0600, Jerry James wrote:
;;;###autoload
-(defun comint-mode ()
+(define-derived-mode comint-mode fundamental-mode "Comint"
Hm, I'm pretty sure that at least some versions of XEmacs, autoloading
derived modes that way doesn't work as expected. There are a number of
examples in the packages tree having workarounds for it by using a dummy
autoload instead; grep for "dummy" eg. in diff-mode.el or php-mode.el.