diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index b9299910186..a90111b22b6 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -6304,7 +6304,7 @@ and `read-file-name-function'. */) | |||
| 6304 | 6304 | ||
| 6305 | GCPRO2 (insdef, default_filename); | 6305 | GCPRO2 (insdef, default_filename); |
| 6306 | 6306 | ||
| 6307 | #if defined (USE_MOTIF) || defined (HAVE_NTGUI) || defined (USE_GTK) || defined(TARGET_API_MAC_CARBON) | 6307 | #if defined (USE_MOTIF) || defined (HAVE_NTGUI) || defined (USE_GTK) || defined (TARGET_API_MAC_CARBON) |
| 6308 | if ((NILP (last_nonmenu_event) || CONSP (last_nonmenu_event)) | 6308 | if ((NILP (last_nonmenu_event) || CONSP (last_nonmenu_event)) |
| 6309 | && use_dialog_box | 6309 | && use_dialog_box |
| 6310 | && use_file_dialog | 6310 | && use_file_dialog |