Mercurial > emacs
comparison lisp/ChangeLog @ 76326:9e77507716d4
* net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
Append its extension to the resulting temporary file name.
(tramp-handle-file-local-copy, tramp-handle-write-region): Apply
it.
* net/tramp-smb.el (tramp-smb-handle-file-local-copy)
(tramp-smb-handle-write-region): Apply it.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Mon, 05 Mar 2007 06:41:59 +0000 |
parents | e967fc3cfb4f |
children | dfdf18916e2d |
comparison
equal
deleted
inserted
replaced
76325:e967fc3cfb4f | 76326:9e77507716d4 |
---|---|
1 2007-03-05 Michael Albinus <michael.albinus@gmx.de> | |
2 | |
3 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME. | |
4 Append its extension to the resulting temporary file name. | |
5 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply | |
6 it. | |
7 | |
8 * net/tramp-smb.el (tramp-smb-handle-file-local-copy) | |
9 (tramp-smb-handle-write-region): Apply it. | |
10 | |
1 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change) | 11 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change) |
2 | 12 |
3 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): | 13 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): |
4 Redo previous change. | 14 Redo previous change. |
5 | 15 |
6 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> | 16 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> |
7 | 17 |
8 * diff-mode.el (diff-mode): Doc fix. | 18 * diff-mode.el (diff-mode): Doc fix. |