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: Kai Großjohann
Subject: [Emacs-diffs] Changes to emacs/src/fileio.c
Date: Fri, 13 Jun 2003 04:40:17 -0400

Index: emacs/src/fileio.c
diff -c emacs/src/fileio.c:1.488 emacs/src/fileio.c:1.489
*** emacs/src/fileio.c:1.488    Thu Jun 12 19:23:48 2003
--- emacs/src/fileio.c  Fri Jun 13 04:40:16 2003
***************
*** 2386,2392 ****
  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.  */)
       (file, newname, ok_if_already_exists, keep_time)
       Lisp_Object file, newname, ok_if_already_exists, keep_time;
  {
--- 2386,2393 ----
  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;
  {




reply via email to

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