# HG changeset patch # User Kai Grojohann # Date 1055493598 0 # Node ID 5a85c7c1d3ab4d65abe9f51d898e5d7ea563b610 # Parent 3df5bc22c5e4232b06c1368f5595beb806b6e505 (Changing Files): copy-file copies file modes, too. diff -r 3df5bc22c5e4 -r 5a85c7c1d3ab lispref/ChangeLog --- 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 + + * files.texi (Changing Files): copy-file copies file modes, too. + 2003-05-28 Richard M. Stallman * strings.texi (Creating Strings): Clarify split-string. diff -r 3df5bc22c5e4 -r 5a85c7c1d3ab lispref/files.texi --- 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.