comparison src/eval.c @ 32066:7dc36953bf54

(error): Prevent compiler warning.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 02 Oct 2000 11:11:52 +0000
parents 849bb11a3cda
children a0c4d9cbadcd
comparison
equal deleted inserted replaced
32065:4f8ce7eb45a5 32066:7dc36953bf54
1653 string = build_string (buffer); 1653 string = build_string (buffer);
1654 if (allocated) 1654 if (allocated)
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
1660 DEFUN ("commandp", Fcommandp, Scommandp, 1, 1, 0, 1661 DEFUN ("commandp", Fcommandp, Scommandp, 1, 1, 0,
1661 "T if FUNCTION makes provisions for interactive calling.\n\ 1662 "T if FUNCTION makes provisions for interactive calling.\n\
1662 This means it contains a description for how to read arguments to give it.\n\ 1663 This means it contains a description for how to read arguments to give it.\n\