changeset 51558:5a85c7c1d3ab

(Changing Files): copy-file copies file modes, too.
author Kai Großjohann <kgrossjo@eu.uu.net>
date Fri, 13 Jun 2003 08:39:58 +0000
parents 3df5bc22c5e4
children b4847cd4179f
files lispref/ChangeLog lispref/files.texi
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/ChangeLog	Thu Jun 12 23:23:48 2003 +0000
+++ b/lispref/ChangeLog	Fri Jun 13 08:39:58 2003 +0000
@@ -1,3 +1,7 @@
+2003-06-13  Kai Gro,A_(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.
--- a/lispref/files.texi	Thu Jun 12 23:23:48 2003 +0000
+++ b/lispref/files.texi	Fri Jun 13 08:39:58 2003 +0000
@@ -1277,6 +1277,8 @@
 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.