diff src/callint.c @ 10819:4768cffd88e5

(Fcall_interactively): If the display hasn't already been locked by reading from the minibuffer, lock it before executing the command.
author Karl Heuer <kwzh@gnu.org>
date Fri, 24 Feb 1995 02:30:23 +0000
parents b8c4a1b7d484
children b8ea4de9a069
line wrap: on
line diff
--- a/src/callint.c	Fri Feb 24 02:28:20 1995 +0000
+++ b/src/callint.c	Fri Feb 24 02:30:23 1995 +0000
@@ -606,6 +606,10 @@
     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);