Mercurial > hg > xemacs-beta
diff src/dialog-msw.c @ 510:5bdbc721d46a
[xemacs-hg @ 2001-05-06 08:33:35 by ben]
implement printing the selection when it's selected.
force redisplay when set-charset-ccl-program called.
if bytecomp or byte-optimize need recompiling, then load
the .el version of them first, recompile them, and reload
the .elc versions to recompile everything else (so we won't
be waiting until the cows come home).
author | ben |
---|---|
date | Sun, 06 May 2001 08:33:41 +0000 |
parents | 576fb035e263 |
children | 183866b06e0b |
line wrap: on
line diff
--- a/src/dialog-msw.c Sat May 05 10:53:30 2001 +0000 +++ b/src/dialog-msw.c Sun May 06 08:33:41 2001 +0000 @@ -681,8 +681,6 @@ return mswindows_handle_print_dialog_box (f, keys); else if (EQ (type, Qpage_setup)) return mswindows_handle_page_setup_dialog_box (f, keys); - else if (EQ (type, Qprint_setup)) - return mswindows_handle_print_setup_dialog_box (f, keys); else signal_type_error (Qunimplemented, "Dialog box type", type); return Qnil;