summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/eval.c1
1 files changed, 1 insertions, 0 deletions
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,