]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fkill_buffer): Call format2 instead of format1.
authorRichard M. Stallman <rms@gnu.org>
Sat, 25 Jan 2003 19:48:30 +0000 (19:48 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 25 Jan 2003 19:48:30 +0000 (19:48 +0000)
src/buffer.c

index 95876c19438a3da78c616312fdcda16de464325a..49813b38d37599c6ac69e452caf34d986457dd28 100644 (file)
@@ -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;