From b9b27b6e55bc17394711711450793dc12a56f9ab Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Tue, 9 Nov 2021 20:24:03 +0100 Subject: [PATCH] * 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 f1c656ec209..5e7d24ff72b 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) -- 2.39.5