diff options
author | Steven Tamm <steventamm@mac.com> | 2004-08-29 16:56:17 +0000 |
---|---|---|
committer | Steven Tamm <steventamm@mac.com> | 2004-08-29 16:56:17 +0000 |
commit | 2222855e833fccb2c3a620e31855d81a7364ae6d (patch) | |
tree | 7a71d8f38b377bd195f89d6d5b3d52edefc70492 /src/fileio.c | |
parent | e3c90032654790641e7fe83f9df8b0002cff7496 (diff) | |
download | emacs-2222855e833fccb2c3a620e31855d81a7364ae6d.tar.gz |
Fixing whitespace style issue with #define
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 b9299910186..a90111b22b6 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -6304,7 +6304,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 (TARGET_API_MAC_CARBON) if ((NILP (last_nonmenu_event) || CONSP (last_nonmenu_event)) && use_dialog_box && use_file_dialog |