changeset 108776:6d49787caf8a

* net/tramp.el (tramp-handle-insert-directory): Don't use `forward-word', it's default syntax could be changed.
author Michael Albinus <michael.albinus@gmx.de>
date Tue, 25 May 2010 15:29:04 +0200
parents 481bba2e11df
children 04bc013ba171
files lisp/ChangeLog
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue May 25 10:45:35 2010 +0200
+++ b/lisp/ChangeLog	Tue May 25 15:29:04 2010 +0200
@@ -1,3 +1,8 @@
+2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
+
+	* net/tramp.el (tramp-handle-insert-directory): Don't use
+	`forward-word', it's default syntax could be changed.
+
 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
 
 	* net/tramp.el (tramp-progress-reporter-update): New defun.