CVS update by albinus packages/xemacs-packages/tramp/lisp ...

xemacs-cvs at xemacs.org xemacs-cvs at xemacs.org
Sat Oct 21 07:37:15 EDT 2006


  User: albinus 
  Date: 06/10/21 13:37:15

  Modified:    packages/xemacs-packages/tramp/lisp ChangeLog tramp.el
Log:
* lisp/tramp.el (tramp-completion-mode): Remove clause (not
tramp-unified-filenames), because the function is called in other
context too, where this check results in wrong results in the
XEmacs case on Windows.

Revision  Changes    Path
1.35      +7 -0      XEmacs/packages/xemacs-packages/tramp/lisp/ChangeLog

Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/tramp/lisp/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -p -r1.34 -r1.35
--- ChangeLog	2006/08/29 06:03:37	1.34
+++ ChangeLog	2006/10/21 11:37:13	1.35
@@ -1,3 +1,10 @@
+2006-10-21  Michael Albinus  <michael.albinus at gmx.de>
+
+	* tramp.el (tramp-completion-mode): Remove clause (not
+	tramp-unified-filenames), because the function is called in other
+	context too, where this check results in wrong results in the
+	XEmacs case on Windows.
+
 2006-08-29  Michael Albinus  <michael.albinus at gmx.de>
 
 	Version 2.0.54 released.



1.35      +0 -1      XEmacs/packages/xemacs-packages/tramp/lisp/tramp.el

Index: tramp.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/tramp/lisp/tramp.el,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -p -r1.34 -r1.35
--- tramp.el	2006/08/29 06:03:38	1.34
+++ tramp.el	2006/10/21 11:37:13	1.35
@@ -4463,7 +4463,6 @@ Falls back to normal file name handler i
   "Checks whether method / user name / host name completion is active."
   (cond
    (tramp-completion-mode t)
-   ((not tramp-unified-filenames) t)
    ((string-match "^/.*:.*:$" file) nil)
    ((string-match
      (concat tramp-prefix-regexp





More information about the XEmacs-CVS mailing list