From: Gerd Moellmann Date: Mon, 2 Oct 2000 11:11:52 +0000 (+0000) Subject: (error): Prevent compiler warning. X-Git-Tag: emacs-pretest-21.0.90~1226 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9402dba525604fc9232c424be202cbb7aae2c028;p=emacs.git (error): Prevent compiler warning. --- diff --git a/src/eval.c b/src/eval.c index 1e2065fa149..269eb4e95b7 100644 --- a/src/eval.c +++ b/src/eval.c @@ -1655,6 +1655,7 @@ error (m, a1, a2, a3) xfree (buffer); Fsignal (Qerror, Fcons (string, Qnil)); + abort (); } DEFUN ("commandp", Fcommandp, Scommandp, 1, 1, 0,