emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/macfns.c


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/macfns.c
Date: Fri, 10 Jun 2005 19:02:56 -0400

Index: emacs/src/macfns.c
diff -c emacs/src/macfns.c:1.59 emacs/src/macfns.c:1.60
*** emacs/src/macfns.c:1.59     Fri May 13 08:43:18 2005
--- emacs/src/macfns.c  Fri Jun 10 23:02:56 2005
***************
*** 4375,4388 ****
          break;
        }
        NavDialogDispose(dialogRef);
      }
      else {
        /* 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;
--- 4375,4389 ----
          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);
      }
    }
  
    UNGCPRO;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]