emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp/net tramp-cache.el


From: Michael Albinus
Subject: [Emacs-diffs] emacs/lisp/net tramp-cache.el
Date: Wed, 07 Oct 2009 11:27:10 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael Albinus <albinus>       09/10/07 11:27:10

Modified files:
        lisp/net       : tramp-cache.el 

Log message:
        * net/tramp-cache.el (tramp-flush-connection-property): Add trace 
message.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/net/tramp-cache.el?cvsroot=emacs&r1=1.22&r2=1.23

Patches:
Index: tramp-cache.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/net/tramp-cache.el,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- tramp-cache.el      27 Aug 2009 13:50:41 -0000      1.22
+++ tramp-cache.el      7 Oct 2009 11:27:10 -0000       1.23
@@ -238,6 +238,13 @@
   (when (vectorp key)
     (setq key (copy-sequence key))
     (aset key 3 nil))
+  (tramp-message
+   key 7 "%s %s" key
+   (let (properties)
+     (maphash
+      (lambda (x y) (add-to-list 'properties x 'append))
+      (gethash key tramp-cache-data))
+     properties))
   (setq tramp-cache-data-changed t)
   (remhash key tramp-cache-data))
 




reply via email to

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