diff lisp/ChangeLog @ 85089:8fb95bcda144

* net/tramp.el (tramp-find-foreign-file-name-handler): Check also host. (tramp-maybe-send-script): Apply `member' but `memq'. (tramp-advice-file-expand-wildcards): Simplify implementation.
author Michael Albinus <michael.albinus@gmx.de>
date Mon, 08 Oct 2007 20:07:16 +0000
parents f3b4c3cf62f0
children 41a7eb9e15b3
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Oct 08 16:14:23 2007 +0000
+++ b/lisp/ChangeLog	Mon Oct 08 20:07:16 2007 +0000
@@ -1,3 +1,10 @@
+2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
+
+	* net/tramp.el (tramp-find-foreign-file-name-handler): Check also
+	host.
+	(tramp-maybe-send-script): Apply `member' but `memq'.
+	(tramp-advice-file-expand-wildcards): Simplify implementation.
+
 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
 
 	* follow.el (follow-mode): Don't run hooks twice.  Use `when'.