]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fcopy_file): Doc fix: copies file modes, too.
authorKai Großjohann <kgrossjo@eu.uu.net>
Fri, 13 Jun 2003 08:40:16 +0000 (08:40 +0000)
committerKai Großjohann <kgrossjo@eu.uu.net>
Fri, 13 Jun 2003 08:40:16 +0000 (08:40 +0000)
src/ChangeLog
src/fileio.c

index ce524bfd6e2f2f7b70e085119488b6d4de44be88..fdd84be27ded76eead1e5db037229c8eca418ded 100644 (file)
@@ -1,3 +1,7 @@
+2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
+
+       * fileio.c (Fcopy_file): Doc fix: copies file modes, too.
+
 2003-06-12  Kenichi Handa  <handa@m17n.org>
 
        * fileio.c (Fwrite_region): Save and restore restriction.
index db5cab44756983b6bd4b03229459d1c0f8870128..fa8958c11b4c8d5b1a73ca5f23f442b5fe3f815f 100644 (file)
@@ -2386,7 +2386,8 @@ 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.  */)
+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;
 {