aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-10-02 11:11:52 +0000
committerGerd Moellmann2000-10-02 11:11:52 +0000
commit9402dba525604fc9232c424be202cbb7aae2c028 (patch)
treeea80ad3dcd3cadb04a1774db212feb53e5de02ea /src
parent834168efd88f54f6f7033123fbc383346f7ea5bf (diff)
downloademacs-9402dba525604fc9232c424be202cbb7aae2c028.tar.gz
emacs-9402dba525604fc9232c424be202cbb7aae2c028.zip
(error): Prevent compiler warning.
Diffstat (limited to 'src')
-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,