]> git.eshelyaron.com Git - emacs.git/commitdiff
(Changing Files): copy-file copies file modes, too.
authorKai Großjohann <kgrossjo@eu.uu.net>
Fri, 13 Jun 2003 08:39:58 +0000 (08:39 +0000)
committerKai Großjohann <kgrossjo@eu.uu.net>
Fri, 13 Jun 2003 08:39:58 +0000 (08:39 +0000)
lispref/ChangeLog
lispref/files.texi

index e85e2c864a89c0cac3827176598cdb9ca68b8102..939d19f6b83aa5eb00e08c7bb987f44901201cb7 100644 (file)
@@ -1,3 +1,7 @@
+2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
+
+       * files.texi (Changing Files): copy-file copies file modes, too.
+
 2003-05-28  Richard M. Stallman  <rms@gnu.org>
 
        * strings.texi (Creating Strings): Clarify split-string.
index 875b3066050d975e6ee2cae605f2cd9d4c19624b..0c66a3602e426a993d048606bbefc7c4c209d65e 100644 (file)
@@ -1277,6 +1277,8 @@ the same last-modified time that the old one has.  (This works on only
 some operating systems.)  If setting the time gets an error,
 @code{copy-file} signals a @code{file-date-error} error.
 
+This function copies the file modes, too.
+
 In an interactive call, this function prompts for @var{filename} and
 @var{newname} in the minibuffer; also, it requests confirmation if
 @var{newname} already exists.