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:
parent
834168efd8
commit
9402dba525
1 changed files with 1 additions and 0 deletions
|
|
@ -1655,6 +1655,7 @@ error (m, a1, a2, a3)
|
|||
xfree (buffer);
|
||||
|
||||
Fsignal (Qerror, Fcons (string, Qnil));
|
||||
abort ();
|
||||
}
|
||||
|
||||
DEFUN ("commandp", Fcommandp, Scommandp, 1, 1, 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue