What version of XEmacs does this thread refer to?
Hrvoje Niksic <hniksic(a)srce.hr> writes:
David has a point.
Nope.
Why are these files loaded rather than required?
It's been fixed for ages. There are no loads, multiple or otherwise
of the x-win*.el files other than the time they are dumped with XEmacs.
All x-win-sun contains is a function definition, which is not even
called at top level!
It's called from `x-initialize-keyboard'.
I think we shouldn't even `require' those files -- it would
be
perfectly safe to just autoload the functions and use them as
appropriate.
Autoloading functions in files dumped with XEmacs is a nop.