comparison src/dialog-msw.c @ 819:6504113e7c2d

[xemacs-hg @ 2002-04-25 18:03:23 by andyp] sync up windows branch from 21.4
author andyp
date Thu, 25 Apr 2002 18:04:24 +0000
parents e38acbeb1cae
children 6728e641994e
comparison
equal deleted inserted replaced
818:accc481aef34 819:6504113e7c2d
780 Lisp_Object keys) 780 Lisp_Object keys)
781 { 781 {
782 int unbind_count = specpdl_depth (); 782 int unbind_count = specpdl_depth ();
783 record_unwind_protect (dialog_popped_down, Qnil); 783 record_unwind_protect (dialog_popped_down, Qnil);
784 popup_up_p++; 784 popup_up_p++;
785 785
786 if (EQ (type, Qfile)) 786 if (EQ (type, Qfile))
787 return unbind_to_1 (unbind_count, handle_file_dialog_box (f, keys)); 787 return unbind_to_1 (unbind_count, handle_file_dialog_box (f, keys));
788 else if (EQ (type, Qdirectory)) 788 else if (EQ (type, Qdirectory))
789 return unbind_to_1 (unbind_count, handle_directory_dialog_box (f, keys)); 789 return unbind_to_1 (unbind_count, handle_directory_dialog_box (f, keys));
790 else if (EQ (type, Qquestion)) 790 else if (EQ (type, Qquestion))