diff options
| author | Karl Heuer | 1995-03-13 21:49:17 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-03-13 21:49:17 +0000 |
| commit | 7f78e619abe65576d8b012eb20e945df1b22d77f (patch) | |
| tree | e380461c0f336914fd1f50e1cb6db443b56e649a /src | |
| parent | a8d9bd4b495de374ed0087bd99286f7cbc6631c4 (diff) | |
| download | emacs-7f78e619abe65576d8b012eb20e945df1b22d77f.tar.gz emacs-7f78e619abe65576d8b012eb20e945df1b22d77f.zip | |
(clear_prefix_arg): current_perdisplay now is never null.
Diffstat (limited to 'src')
| -rw-r--r-- | src/callint.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/callint.c b/src/callint.c index 23907c7f151..84270ff0c29 100644 --- a/src/callint.c +++ b/src/callint.c | |||
| @@ -52,8 +52,6 @@ static Lisp_Object point_marker; | |||
| 52 | void | 52 | void |
| 53 | clear_prefix_arg () | 53 | clear_prefix_arg () |
| 54 | { | 54 | { |
| 55 | if (!current_perdisplay) | ||
| 56 | abort (); | ||
| 57 | Vprefix_arg = Qnil; | 55 | Vprefix_arg = Qnil; |
| 58 | if (!current_prefix_partial) | 56 | if (!current_prefix_partial) |
| 59 | { | 57 | { |