From: Karl Heuer Date: Mon, 13 Mar 1995 21:49:17 +0000 (+0000) Subject: (clear_prefix_arg): current_perdisplay now is never null. X-Git-Tag: emacs-19.34~4867 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7f78e619abe65576d8b012eb20e945df1b22d77f;p=emacs.git (clear_prefix_arg): current_perdisplay now is never null. --- 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; void clear_prefix_arg () { - if (!current_perdisplay) - abort (); Vprefix_arg = Qnil; if (!current_prefix_partial) {