From: Karl Heuer Date: Mon, 13 Mar 1995 21:49:34 +0000 (+0000) Subject: (Fexecute_kbd_macro): current_perdisplay now is never null. X-Git-Tag: emacs-19.34~4866 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1cb0ddb98855bc576d67841dedbf9752c705068f;p=emacs.git (Fexecute_kbd_macro): current_perdisplay now is never null. --- diff --git a/src/macros.c b/src/macros.c index fd5c193e86a..898bdbc79f8 100644 --- a/src/macros.c +++ b/src/macros.c @@ -211,8 +211,6 @@ COUNT is a repeat count, or nil for once, or 0 for infinite loop.") Vexecuting_macro = final; executing_macro_index = 0; - if (!current_perdisplay) - abort (); clear_prefix_arg (); command_loop_1 ();