aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c
diff options
context:
space:
mode:
authorKaroly Lorentey <[email protected]>2005-01-06 15:00:09 +0000
committerKaroly Lorentey <[email protected]>2005-01-06 15:00:09 +0000
commit0feecea9fb7079a2c1fbfee32a992449a22cf478 (patch)
tree0826d68e3dc2ce370c7bd4dae7db3cffc3568321 /src/fileio.c
parent17d51b68fb4e7da4f18eff72c589b7ffc4f9c22c (diff)
parent1a63439b34c3455a317feda5c271dfdb7af0296b (diff)
Merged in changes from CVS trunk.
Patches applied: * [email protected]/emacs--cvs-trunk--0--patch-747 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-748 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-749 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-750 Merge from gnus--rel--5.10 * [email protected]/emacs--cvs-trunk--0--patch-751 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-752 Update from CVS * [email protected]/gnus--rel--5.10--patch-78 Merge from emacs--cvs-trunk--0 * [email protected]/gnus--rel--5.10--patch-79 Update from CVS * [email protected]/gnus--rel--5.10--patch-80 Update from CVS git-archimport-id: [email protected]/emacs--multi-tty--0--patch-278
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 195cff2bc8..f038bca286 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -6190,7 +6190,7 @@ The return value is only relevant for a call to `read-file-name' that happens
before any other event (mouse or keypress) is handeled. */)
()
{
-#if defined (USE_MOTIF) || defined (HAVE_NTGUI) || defined (USE_GTK) || defined (TARGET_API_MAC_CARBON)
+#if defined (USE_MOTIF) || defined (HAVE_NTGUI) || defined (USE_GTK) || defined (HAVE_CARBON)
if ((NILP (last_nonmenu_event) || CONSP (last_nonmenu_event))
&& use_dialog_box
&& use_file_dialog
@@ -6331,7 +6331,7 @@ and `read-file-name-function'. */)
GCPRO2 (insdef, default_filename);
-#if defined (USE_MOTIF) || defined (HAVE_NTGUI) || defined (USE_GTK) || defined (TARGET_API_MAC_CARBON)
+#if defined (USE_MOTIF) || defined (HAVE_NTGUI) || defined (USE_GTK) || defined (HAVE_CARBON)
if (! NILP (Fnext_read_file_uses_dialog_p ()))
{
/* If DIR contains a file name, split it. */