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-cmds.el,v


From: Michael Albinus
Subject: [Emacs-diffs] Changes to emacs/lisp/net/tramp-cmds.el,v
Date: Sun, 15 Jun 2008 13:37:26 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael Albinus <albinus>       08/06/15 13:37:25

Index: tramp-cmds.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/net/tramp-cmds.el,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- tramp-cmds.el       6 May 2008 07:31:48 -0000       1.8
+++ tramp-cmds.el       15 Jun 2008 13:37:25 -0000      1.9
@@ -102,6 +102,9 @@
 This includes password cache, file cache, connection cache, buffers."
   (interactive)
 
+  ;; Unlock Tramp.
+  (setq tramp-locked nil)
+
   ;; Flush password cache.
   (when (functionp 'password-reset)
     (funcall (symbol-function 'password-reset)))




reply via email to

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