diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-10-02 11:11:52 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-10-02 11:11:52 +0000 |
commit | 9402dba525604fc9232c424be202cbb7aae2c028 (patch) | |
tree | ea80ad3dcd3cadb04a1774db212feb53e5de02ea /src/eval.c | |
parent | 834168efd88f54f6f7033123fbc383346f7ea5bf (diff) | |
download | emacs-9402dba525604fc9232c424be202cbb7aae2c028.tar.gz |
(error): Prevent compiler warning.
Diffstat (limited to 'src/eval.c')
-rw-r--r-- | src/eval.c | 1 |
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, |