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


From: Michael Albinus
Subject: [Emacs-diffs] Changes to emacs/lisp/net/tramp-cache.el,v
Date: Tue, 07 Aug 2007 20:30:21 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Michael Albinus <albinus>       07/08/07 20:30:21

Index: net/tramp-cache.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/net/tramp-cache.el,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- net/tramp-cache.el  29 Jul 2007 15:32:55 -0000      1.3
+++ net/tramp-cache.el  7 Aug 2007 20:30:20 -0000       1.4
@@ -290,9 +290,8 @@
      tramp-cache-data)
     res))
 
-;; Read persistent connection history.  Applied with
-;; `load-in-progress', because it shall be evaluated only once.
-(when load-in-progress
+;; Read persistent connection history.
+(when (zerop (hash-table-count tramp-cache-data))
   (condition-case err
       (with-temp-buffer
        (insert-file-contents tramp-persistency-file-name)




reply via email to

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