aboutsummaryrefslogtreecommitdiffstats
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)
1655 xfree (buffer); 1655 xfree (buffer);
1656 1656
1657 Fsignal (Qerror, Fcons (string, Qnil)); 1657 Fsignal (Qerror, Fcons (string, Qnil));
1658 abort ();
1658} 1659}
1659 1660
1660DEFUN ("commandp", Fcommandp, Scommandp, 1, 1, 0, 1661DEFUN ("commandp", Fcommandp, Scommandp, 1, 1, 0,