(Fkill_buffer): Call format2 instead of format1.
This commit is contained in:
parent
d40dc1d037
commit
5c4930b020
1 changed files with 2 additions and 2 deletions
|
@ -1293,8 +1293,8 @@ with SIGHUP. */)
|
|||
&& BUF_MODIFF (b) > BUF_SAVE_MODIFF (b))
|
||||
{
|
||||
GCPRO1 (buf);
|
||||
tem = do_yes_or_no_p (format1 ("Buffer %s modified; kill anyway? ",
|
||||
SDATA (b->name)));
|
||||
tem = do_yes_or_no_p (format2 ("Buffer %s modified; kill anyway? ",
|
||||
b->name, make_number (0)));
|
||||
UNGCPRO;
|
||||
if (NILP (tem))
|
||||
return Qnil;
|
||||
|
|
Loading…
Add table
Reference in a new issue