diff options
| author | Steven Tamm | 2004-08-26 18:28:44 +0000 |
|---|---|---|
| committer | Steven Tamm | 2004-08-26 18:28:44 +0000 |
| commit | 6eb3ee72e0d9a53835288bbd6b53dafddea714d6 (patch) | |
| tree | 9501eabab98c3adf4b18d28049a60125c1e84ccf /src/fileio.c | |
| parent | 0e48150a65b1645e0a9ea1c678dc79b782043e28 (diff) | |
| download | emacs-6eb3ee72e0d9a53835288bbd6b53dafddea714d6.tar.gz emacs-6eb3ee72e0d9a53835288bbd6b53dafddea714d6.zip | |
fileio.c (Fread_file_name): Call x_file_dialog on carbon on
tool-bar/menu click
macfns.c (Fx_file_dialog): Implemented using NavServices
Diffstat (limited to 'src/fileio.c')
| -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 5acfee7c02c..b9299910186 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) | 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 |