Eli Zaretskii <[EMAIL PROTECTED]> writes: >> Cc: Juri Linkov <[EMAIL PROTECTED]>, [email protected] >> From: [EMAIL PROTECTED] (Kim F. Storm) >> Date: Wed, 04 Jan 2006 00:51:32 +0100 >> >> I added a run-time check on Vsystem_type -- that works on a dumped emacs; >> it doesn't really matter on an undumped emacs, as anyone seldom debugs that. > > Thanks. I used a similar technique with Vwindow_system to avoid the > warning about x_error_quitter on systems that don't use X.
I tried that as well, but it doesn't work! This is because window-system is setup at run-time, not at dump time. So now x_error_quitter isn't even installed on X. -- Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
