From 9402dba525604fc9232c424be202cbb7aae2c028 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 2 Oct 2000 11:11:52 +0000 Subject: [PATCH] (error): Prevent compiler warning. --- src/eval.c | 1 + 1 file changed, 1 insertion(+) 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, -- 2.39.2