]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fexecute_kbd_macro): current_perdisplay now is never null.
authorKarl Heuer <kwzh@gnu.org>
Mon, 13 Mar 1995 21:49:34 +0000 (21:49 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 13 Mar 1995 21:49:34 +0000 (21:49 +0000)
src/macros.c

index fd5c193e86afb88013231c5c99ea131d97c2546d..898bdbc79f8280bca51c3ac757298994b3d0424f 100644 (file)
@@ -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 ();