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:50:51 -0500

Index: emacs/src/fileio.c
diff -c emacs/src/fileio.c:1.524 emacs/src/fileio.c:1.525
*** emacs/src/fileio.c:1.524    Thu Dec 30 12:28:41 2004
--- emacs/src/fileio.c  Fri Jan 21 20:50:50 2005
***************
*** 2390,2399 ****
  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.
  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.
! Also set the file modes of the target file to match the source file.  */)
       (file, newname, ok_if_already_exists, keep_time)
       Lisp_Object file, newname, ok_if_already_exists, keep_time;
  {
--- 2390,2399 ----
  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)
       Lisp_Object file, newname, ok_if_already_exists, keep_time;
  {




reply via email to

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