Mercurial > emacs
comparison src/fileio.c @ 49322:2cbb0b823e83
GTK version
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Sun, 19 Jan 2003 21:50:03 +0000 |
parents | 0064f690e77d |
children | 643eb4ccb3a3 |
comparison
equal
deleted
inserted
replaced
49321:2b92ca3f78f6 | 49322:2cbb0b823e83 |
---|---|
6114 specbind (intern ("minibuffer-completing-file-name"), Qt); | 6114 specbind (intern ("minibuffer-completing-file-name"), Qt); |
6115 specbind (intern ("read-file-name-predicate"), | 6115 specbind (intern ("read-file-name-predicate"), |
6116 (NILP (predicate) ? Qfile_exists_p : predicate)); | 6116 (NILP (predicate) ? Qfile_exists_p : predicate)); |
6117 | 6117 |
6118 GCPRO2 (insdef, default_filename); | 6118 GCPRO2 (insdef, default_filename); |
6119 | 6119 |
6120 #if defined (USE_MOTIF) || defined (HAVE_NTGUI) | 6120 #if defined (USE_MOTIF) || defined (HAVE_NTGUI) || defined (USE_GTK) |
6121 if ((NILP (last_nonmenu_event) || CONSP (last_nonmenu_event)) | 6121 if ((NILP (last_nonmenu_event) || CONSP (last_nonmenu_event)) |
6122 && use_dialog_box | 6122 && use_dialog_box |
6123 && have_menus_p ()) | 6123 && have_menus_p ()) |
6124 { | 6124 { |
6125 /* If DIR contains a file name, split it. */ | 6125 /* If DIR contains a file name, split it. */ |