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: Fri, 21 Jan 2005 15:51:52 -0500

Index: emacs/src/fileio.c
diff -c emacs/src/fileio.c:1.525 emacs/src/fileio.c:1.526
*** emacs/src/fileio.c:1.525    Fri Jan 21 20:50:50 2005
--- emacs/src/fileio.c  Fri Jan 21 20:51:52 2005
***************
*** 2390,2397 ****
  unless a third argument OK-IF-ALREADY-EXISTS is supplied and non-nil.
  A number as third arg means request confirmation if NEWNAME already exists.
  This is what happens in interactive use with M-x.
! Always sets the file modes of the target file to match the source file.
! Fourth arg KEEP-TIME non-nil means give the new file the same
  last-modified time as the old one.  (This works on only some systems.)
  A prefix arg makes KEEP-TIME non-nil.  */)
       (file, newname, ok_if_already_exists, keep_time)
--- 2390,2397 ----
  unless a third argument OK-IF-ALREADY-EXISTS is supplied and non-nil.
  A number as third arg means request confirmation if NEWNAME already exists.
  This is what happens in interactive use with M-x.
! Always sets the file modes of the output file to match the input file.
! Fourth arg KEEP-TIME non-nil means give the output file the same
  last-modified time as the old one.  (This works on only some systems.)
  A prefix arg makes KEEP-TIME non-nil.  */)
       (file, newname, ok_if_already_exists, keep_time)




reply via email to

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