]> git.eshelyaron.com Git - emacs.git/commitdiff
(clear_prefix_arg): current_perdisplay now is never null.
authorKarl Heuer <kwzh@gnu.org>
Mon, 13 Mar 1995 21:49:17 +0000 (21:49 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 13 Mar 1995 21:49:17 +0000 (21:49 +0000)
src/callint.c

index 23907c7f151facb534a6babca35b2f18127f2378..84270ff0c297cb73f4b2c066c992e61e1e733e75 100644 (file)
@@ -52,8 +52,6 @@ static Lisp_Object point_marker;
 void
 clear_prefix_arg ()
 {
-  if (!current_perdisplay)
-    abort ();
   Vprefix_arg = Qnil;
   if (!current_prefix_partial)
     {