]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fcall_interactively): If the display hasn't already been locked by reading
authorKarl Heuer <kwzh@gnu.org>
Fri, 24 Feb 1995 02:30:23 +0000 (02:30 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 24 Feb 1995 02:30:23 +0000 (02:30 +0000)
from the minibuffer, lock it before executing the command.

src/callint.c

index 0dedc47f5091135a2c018a99c842d2872984eb8e..a1dfbe6cd29a74de39671ee2f4abbfc03fc14eaf 100644 (file)
@@ -606,6 +606,10 @@ Otherwise, this is done only if an arg is read using the minibuffer.")
     if (varies[i] >= 1 && varies[i] <= 4)
       XSETINT (args[i], marker_position (args[i]));
 
+#ifdef MULTI_PERDISPLAY
+  display_locked = 1;
+#endif
+
   {
     Lisp_Object val;
     specbind (Qcommand_debug_status, Qnil);