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

Diff of /emacs/src/fileio.c

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

revision 1.471 by jhd, Sun Jan 19 21:50:01 2003 UTC revision 1.472 by rms, Sat Jan 25 19:48:59 2003 UTC
# Line 2323  barf_or_query_if_file_exists (absname, q Line 2323  barf_or_query_if_file_exists (absname, q
2323                   Fcons (build_string ("File already exists"),                   Fcons (build_string ("File already exists"),
2324                          Fcons (absname, Qnil)));                          Fcons (absname, Qnil)));
2325        GCPRO1 (absname);        GCPRO1 (absname);
2326        tem = format1 ("File %s already exists; %s anyway? ",        tem = format2 ("File %s already exists; %s anyway? ",
2327                       SDATA (absname), querystring);                       absname, build_string (querystring));
2328        if (quick)        if (quick)
2329          tem = Fy_or_n_p (tem);          tem = Fy_or_n_p (tem);
2330        else        else

Legend:
Removed from v.1.471  
changed lines
  Added in v.1.472

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