/[emacs]/emacs/src/buffer.c
ViewVC logotype

Diff of /emacs/src/buffer.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.410 by rms, Mon Jan 6 00:49:20 2003 UTC revision 1.411 by rms, Sat Jan 25 19:48:30 2003 UTC
# Line 1293  with SIGHUP.  */) Line 1293  with SIGHUP.  */)
1293        && BUF_MODIFF (b) > BUF_SAVE_MODIFF (b))        && BUF_MODIFF (b) > BUF_SAVE_MODIFF (b))
1294      {      {
1295        GCPRO1 (buf);        GCPRO1 (buf);
1296        tem = do_yes_or_no_p (format1 ("Buffer %s modified; kill anyway? ",        tem = do_yes_or_no_p (format2 ("Buffer %s modified; kill anyway? ",
1297                                       SDATA (b->name)));                                       b->name, make_number (0)));
1298        UNGCPRO;        UNGCPRO;
1299        if (NILP (tem))        if (NILP (tem))
1300          return Qnil;          return Qnil;

Legend:
Removed from v.1.410  
changed lines
  Added in v.1.411

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26