diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/callint.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/callint.c b/src/callint.c index 0dedc47f509..a1dfbe6cd29 100644 --- a/src/callint.c +++ b/src/callint.c | |||
| @@ -606,6 +606,10 @@ Otherwise, this is done only if an arg is read using the minibuffer.") | |||
| 606 | if (varies[i] >= 1 && varies[i] <= 4) | 606 | if (varies[i] >= 1 && varies[i] <= 4) |
| 607 | XSETINT (args[i], marker_position (args[i])); | 607 | XSETINT (args[i], marker_position (args[i])); |
| 608 | 608 | ||
| 609 | #ifdef MULTI_PERDISPLAY | ||
| 610 | display_locked = 1; | ||
| 611 | #endif | ||
| 612 | |||
| 609 | { | 613 | { |
| 610 | Lisp_Object val; | 614 | Lisp_Object val; |
| 611 | specbind (Qcommand_debug_status, Qnil); | 615 | specbind (Qcommand_debug_status, Qnil); |