diff src/macfns.c @ 63297:431c88e4a3a2

(Fx_file_dialog): Unblock input before falling back to minibuffer.
author Jason Rumney <jasonr@gnu.org>
date Fri, 10 Jun 2005 23:03:28 +0000
parents d119b1761be3
children cf2de0907f25 a1b34dec1104
line wrap: on
line diff
--- a/src/macfns.c	Fri Jun 10 22:59:17 2005 +0000
+++ b/src/macfns.c	Fri Jun 10 23:03:28 2005 +0000
@@ -4375,14 +4375,15 @@
 	  break;
 	}
       NavDialogDispose(dialogRef);
+      UNBLOCK_INPUT;
     }
     else {
+      UNBLOCK_INPUT;
       /* Fall back on minibuffer if there was a problem */
       file = Fcompleting_read (prompt, intern ("read-file-name-internal"),
 			       dir, mustmatch, dir, Qfile_name_history,
 			       default_filename, Qnil);
     }
-    UNBLOCK_INPUT;
   }
 
   UNGCPRO;