emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/buffer.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/buffer.c
Date: Sat, 25 Jan 2003 14:48:30 -0500

Index: emacs/src/buffer.c
diff -c emacs/src/buffer.c:1.410 emacs/src/buffer.c:1.411
*** emacs/src/buffer.c:1.410    Sun Jan  5 19:49:20 2003
--- emacs/src/buffer.c  Sat Jan 25 14:48:30 2003
***************
*** 1293,1300 ****
        && BUF_MODIFF (b) > BUF_SAVE_MODIFF (b))
      {
        GCPRO1 (buf);
!       tem = do_yes_or_no_p (format1 ("Buffer %s modified; kill anyway? ",
!                                    SDATA (b->name)));
        UNGCPRO;
        if (NILP (tem))
        return Qnil;
--- 1293,1300 ----
        && BUF_MODIFF (b) > BUF_SAVE_MODIFF (b))
      {
        GCPRO1 (buf);
!       tem = do_yes_or_no_p (format2 ("Buffer %s modified; kill anyway? ",
!                                    b->name, make_number (0)));
        UNGCPRO;
        if (NILP (tem))
        return Qnil;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]