emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/net/tramp-smb.el


From: Michael Albinus
Subject: [Emacs-diffs] Changes to emacs/lisp/net/tramp-smb.el
Date: Mon, 17 Apr 2006 12:56:57 +0000

Index: emacs/lisp/net/tramp-smb.el
diff -u emacs/lisp/net/tramp-smb.el:1.22 emacs/lisp/net/tramp-smb.el:1.23
--- emacs/lisp/net/tramp-smb.el:1.22    Mon Feb  6 11:33:04 2006
+++ emacs/lisp/net/tramp-smb.el Mon Apr 17 12:56:56 2006
@@ -979,7 +979,7 @@
     ;; Algorithm: get waiting output.  See if last line contains
     ;; tramp-smb-prompt sentinel or tramp-smb-errors strings.
     ;; If not, wait a bit and again get waiting output.
-    (while (and (not found) (not err))
+    (while (not found)
 
       ;; Accept pending output.
       (tramp-accept-process-output proc)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]