diff options
| author | Kai Großjohann | 2003-06-13 08:39:58 +0000 |
|---|---|---|
| committer | Kai Großjohann | 2003-06-13 08:39:58 +0000 |
| commit | fbcffa4ab13148ab56a52bd6ed95459c1c64f0c9 (patch) | |
| tree | 1d96a7f02970aab9c46a864b62955419af990105 | |
| parent | 4a38de71d8c8e815b1897b0031d41edad790cc56 (diff) | |
| download | emacs-fbcffa4ab13148ab56a52bd6ed95459c1c64f0c9.tar.gz emacs-fbcffa4ab13148ab56a52bd6ed95459c1c64f0c9.zip | |
(Changing Files): copy-file copies file modes, too.
| -rw-r--r-- | lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/files.texi | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index e85e2c864a8..939d19f6b83 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2003-06-13 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> | ||
| 2 | |||
| 3 | * files.texi (Changing Files): copy-file copies file modes, too. | ||
| 4 | |||
| 1 | 2003-05-28 Richard M. Stallman <rms@gnu.org> | 5 | 2003-05-28 Richard M. Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * strings.texi (Creating Strings): Clarify split-string. | 7 | * strings.texi (Creating Strings): Clarify split-string. |
diff --git a/lispref/files.texi b/lispref/files.texi index 875b3066050..0c66a3602e4 100644 --- a/lispref/files.texi +++ b/lispref/files.texi | |||
| @@ -1277,6 +1277,8 @@ the same last-modified time that the old one has. (This works on only | |||
| 1277 | some operating systems.) If setting the time gets an error, | 1277 | some operating systems.) If setting the time gets an error, |
| 1278 | @code{copy-file} signals a @code{file-date-error} error. | 1278 | @code{copy-file} signals a @code{file-date-error} error. |
| 1279 | 1279 | ||
| 1280 | This function copies the file modes, too. | ||
| 1281 | |||
| 1280 | In an interactive call, this function prompts for @var{filename} and | 1282 | In an interactive call, this function prompts for @var{filename} and |
| 1281 | @var{newname} in the minibuffer; also, it requests confirmation if | 1283 | @var{newname} in the minibuffer; also, it requests confirmation if |
| 1282 | @var{newname} already exists. | 1284 | @var{newname} already exists. |