diff options
| author | Karl Heuer | 1995-03-13 21:49:34 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-03-13 21:49:34 +0000 |
| commit | 1cb0ddb98855bc576d67841dedbf9752c705068f (patch) | |
| tree | 95e7a5bc0af4a764c751140c375f3dc8f06c59dd /src | |
| parent | 7f78e619abe65576d8b012eb20e945df1b22d77f (diff) | |
| download | emacs-1cb0ddb98855bc576d67841dedbf9752c705068f.tar.gz emacs-1cb0ddb98855bc576d67841dedbf9752c705068f.zip | |
(Fexecute_kbd_macro): current_perdisplay now is never null.
Diffstat (limited to 'src')
| -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.") | |||
| 211 | Vexecuting_macro = final; | 211 | Vexecuting_macro = final; |
| 212 | executing_macro_index = 0; | 212 | executing_macro_index = 0; |
| 213 | 213 | ||
| 214 | if (!current_perdisplay) | ||
| 215 | abort (); | ||
| 216 | clear_prefix_arg (); | 214 | clear_prefix_arg (); |
| 217 | command_loop_1 (); | 215 | command_loop_1 (); |
| 218 | 216 | ||