emacs-diffs
[Top][All Lists]
Advanced

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

master b9b27b6: * lisp/net/tramp-cache.el (tramp-persistency-file-name):


From: Michael Albinus
Subject: master b9b27b6: * lisp/net/tramp-cache.el (tramp-persistency-file-name):
Date: Tue, 9 Nov 2021 14:24:16 -0500 (EST)

branch: master
commit b9b27b6e55bc17394711711450793dc12a56f9ab
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    * lisp/net/tramp-cache.el (tramp-persistency-file-name):
    
    Skip superfluous `expand-file-name'.
---
 lisp/net/tramp-cache.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/net/tramp-cache.el b/lisp/net/tramp-cache.el
index f1c656e..5e7d24f 100644
--- a/lisp/net/tramp-cache.el
+++ b/lisp/net/tramp-cache.el
@@ -101,8 +101,7 @@ details see the info pages."
                       (choice :tag "           Value" sexp))))
 
 ;;;###tramp-autoload
-(defcustom tramp-persistency-file-name
-  (expand-file-name (locate-user-emacs-file "tramp"))
+(defcustom tramp-persistency-file-name (locate-user-emacs-file "tramp")
   "File which keeps connection history for Tramp connections."
   :group 'tramp
   :type 'file)



reply via email to

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