aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSteven Tamm2004-08-29 16:56:17 +0000
committerSteven Tamm2004-08-29 16:56:17 +0000
commit2222855e833fccb2c3a620e31855d81a7364ae6d (patch)
tree7a71d8f38b377bd195f89d6d5b3d52edefc70492 /src
parente3c90032654790641e7fe83f9df8b0002cff7496 (diff)
downloademacs-2222855e833fccb2c3a620e31855d81a7364ae6d.tar.gz
emacs-2222855e833fccb2c3a620e31855d81a7364ae6d.zip
Fixing whitespace style issue with #define
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c2
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