diff options
| author | Michael Albinus | 2014-03-25 10:49:37 +0100 |
|---|---|---|
| committer | Michael Albinus | 2014-03-25 10:49:37 +0100 |
| commit | 08cf935b84a0778fdf60992960f2c5a6dbad4d82 (patch) | |
| tree | cc1958c1fa542e16a5c04d302e0b4b7e7a1186c1 /lisp/ChangeLog | |
| parent | 1f73d6c67588cc489b3e3b445710d2fd06792170 (diff) | |
| download | emacs-08cf935b84a0778fdf60992960f2c5a6dbad4d82.tar.gz emacs-08cf935b84a0778fdf60992960f2c5a6dbad4d82.zip | |
* net/tramp-sh.el (tramp-do-copy-or-rename-file-directly): In the
`rename' case, check whether source directory has set the sticky bit.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ce0afc89d12..e3a9a669e48 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -7,6 +7,8 @@ | |||
| 7 | `remote-file-name-inhibit-cache' to nil in the second pass. | 7 | `remote-file-name-inhibit-cache' to nil in the second pass. |
| 8 | (tramp-find-executable): Do not call "which" on SunOS. | 8 | (tramp-find-executable): Do not call "which" on SunOS. |
| 9 | (tramp-send-command-and-check): Fix docstring. | 9 | (tramp-send-command-and-check): Fix docstring. |
| 10 | (tramp-do-copy-or-rename-file-directly): In the `rename' case, | ||
| 11 | check whether source directory has set the sticky bit. | ||
| 10 | 12 | ||
| 11 | 2014-03-24 Barry O'Reilly <gundaetiapo@gmail.com> | 13 | 2014-03-24 Barry O'Reilly <gundaetiapo@gmail.com> |
| 12 | 14 | ||