diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-03-13 21:49:34 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-03-13 21:49:34 +0000 |
commit | 1cb0ddb98855bc576d67841dedbf9752c705068f (patch) | |
tree | 95e7a5bc0af4a764c751140c375f3dc8f06c59dd /src/macros.c | |
parent | 7f78e619abe65576d8b012eb20e945df1b22d77f (diff) | |
download | emacs-1cb0ddb98855bc576d67841dedbf9752c705068f.tar.gz |
(Fexecute_kbd_macro): current_perdisplay now is never null.
Diffstat (limited to 'src/macros.c')
-rw-r--r-- | src/macros.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 (); |