]> code.delx.au - gnu-emacs/blobdiff - src/minibuf.c
On MS-Windows, display busy cursor on all GUI frames.
[gnu-emacs] / src / minibuf.c
index 06fe0c07df6aa2455a4e835e7eeafc4e493d34a4..3042b13b7d652cf52c55421303aa5a5f31def582 100644 (file)
@@ -396,7 +396,8 @@ read_minibuf (Lisp_Object map, Lisp_Object initial, Lisp_Object prompt,
      in previous recursive minibuffer, but was not set explicitly
      to t for this invocation, so set it to nil in this minibuffer.
      Save the old value now, before we change it.  */
-  specbind (intern ("minibuffer-completing-file-name"), Vminibuffer_completing_file_name);
+  specbind (intern ("minibuffer-completing-file-name"),
+           Vminibuffer_completing_file_name);
   if (EQ (Vminibuffer_completing_file_name, Qlambda))
     Vminibuffer_completing_file_name = Qnil;