1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 07:41:28 -08:00

(error): Prevent compiler warning.

This commit is contained in:
Gerd Moellmann 2000-10-02 11:11:52 +00:00
parent 834168efd8
commit 9402dba525

View file

@ -1655,6 +1655,7 @@ error (m, a1, a2, a3)
xfree (buffer);
Fsignal (Qerror, Fcons (string, Qnil));
abort ();
}
DEFUN ("commandp", Fcommandp, Scommandp, 1, 1, 0,