emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/src/fileio.c
diff -c emacs/src/fileio.c:1.471 emacs/src/fileio.c:1.472
*** emacs/src/fileio.c:1.471    Sun Jan 19 16:50:01 2003
--- emacs/src/fileio.c  Sat Jan 25 14:48:59 2003
***************
*** 2323,2330 ****
                 Fcons (build_string ("File already exists"),
                        Fcons (absname, Qnil)));
        GCPRO1 (absname);
!       tem = format1 ("File %s already exists; %s anyway? ",
!                    SDATA (absname), querystring);
        if (quick)
        tem = Fy_or_n_p (tem);
        else
--- 2323,2330 ----
                 Fcons (build_string ("File already exists"),
                        Fcons (absname, Qnil)));
        GCPRO1 (absname);
!       tem = format2 ("File %s already exists; %s anyway? ",
!                    absname, build_string (querystring));
        if (quick)
        tem = Fy_or_n_p (tem);
        else




reply via email to

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