Mercurial > emacs
changeset 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 | 8c81853b2679 |
children | 5bef43a53c01 |
files | src/callint.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
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);