diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Mar 05 03:21:41 2007 +0000
+++ b/lisp/ChangeLog	Mon Mar 05 06:41:59 2007 +0000
@@ -1,6 +1,16 @@
+2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
+
+	* 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.
+
 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
 
-	* emacs-lisp/lisp-mode.el (calculate-lisp-indent): 
+	* emacs-lisp/lisp-mode.el (calculate-lisp-indent):
 	Redo previous change.
 
 2007-03-04  Kevin Rodgers <kevin.d.rodgers@gmail.com>