diff options
| author | Michael Albinus | 2009-01-06 07:56:42 +0000 |
|---|---|---|
| committer | Michael Albinus | 2009-01-06 07:56:42 +0000 |
| commit | 2c418c5bbfbf2b9feb036f92657471db9567a483 (patch) | |
| tree | 362aaad2bb936713e28519fcbb6265c5656a3fee /lisp/ChangeLog | |
| parent | 2988341a84f6e5faef7e5f5ce2c55142935d0fee (diff) | |
| download | emacs-2c418c5bbfbf2b9feb036f92657471db9567a483.tar.gz emacs-2c418c5bbfbf2b9feb036f92657471db9567a483.zip | |
* net/tramp-smb.el (tramp-smb-handle-copy-file)
(tramp-smb-handle-rename-file): Delete temporary file in case of
quit.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5267a905bdc..e404bceba07 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2009-01-06 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp.el (tramp-do-copy-or-rename-file-directly) | ||
| 4 | (tramp-handle-file-local-copy, tramp-handle-write-region) | ||
| 5 | * net/tramp-smb.el (tramp-smb-handle-copy-file) | ||
| 6 | (tramp-smb-handle-rename-file): Delete temporary file in case of | ||
| 7 | quit. | ||
| 8 | |||
| 1 | 2009-01-06 Stefan Monnier <monnier@iro.umontreal.ca> | 9 | 2009-01-06 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 10 | ||
| 3 | * minibuffer.el (completion-hilit-commonality): Don't presume | 11 | * minibuffer.el (completion-hilit-commonality): Don't presume |