changeset 10992:a42bf0c8a5ad

(Fexecute_kbd_macro): current_perdisplay now is never null.
author Karl Heuer <kwzh@gnu.org>
date Mon, 13 Mar 1995 21:49:34 +0000
parents 84debff7a6e0
children e72bd65cab70
files src/macros.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/macros.c	Mon Mar 13 21:49:17 1995 +0000
+++ b/src/macros.c	Mon Mar 13 21:49:34 1995 +0000
@@ -211,8 +211,6 @@
       Vexecuting_macro = final;
       executing_macro_index = 0;
 
-      if (!current_perdisplay)
-	abort ();
       clear_prefix_arg ();
       command_loop_1 ();