aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-03-13 21:49:17 +0000
committerKarl Heuer1995-03-13 21:49:17 +0000
commit7f78e619abe65576d8b012eb20e945df1b22d77f (patch)
treee380461c0f336914fd1f50e1cb6db443b56e649a /src
parenta8d9bd4b495de374ed0087bd99286f7cbc6631c4 (diff)
downloademacs-7f78e619abe65576d8b012eb20e945df1b22d77f.tar.gz
emacs-7f78e619abe65576d8b012eb20e945df1b22d77f.zip
(clear_prefix_arg): current_perdisplay now is never null.
Diffstat (limited to 'src')
-rw-r--r--src/callint.c2
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;
52void 52void
53clear_prefix_arg () 53clear_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 {