projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d82f5a
)
Adapt commentary in Tramp persistency file
author
Michael Albinus
<michael.albinus@gmx.de>
Fri, 3 Jan 2020 12:19:24 +0000
(13:19 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Fri, 3 Jan 2020 12:19:24 +0000
(13:19 +0100)
* lisp/net/tramp-cache.el (tramp-dump-connection-properties):
Adapt commentary in `tramp-persistency-file-name'.
lisp/net/tramp-cache.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp-cache.el
b/lisp/net/tramp-cache.el
index d4f6aa0026386f791bff01b99fed3f1eba25fbb9..b81a1a23d5f8e3ba3351181e4061641a786f3fc0 100644
(file)
--- a/
lisp/net/tramp-cache.el
+++ b/
lisp/net/tramp-cache.el
@@
-474,7
+474,7
@@
used to cache connection properties of the local machine."
tramp-persistency-file-name))
(error "\n"))
";; Tramp connection history. Don't change this file.\n"
- ";;
You can delete it, forcing Tramp to reapply the checks
.\n\n"
+ ";;
Run `M-x tramp-cleanup-all-connections' instead
.\n\n"
(with-output-to-string
(pp (read (format "(%s)" (tramp-cache-print cache)))))))))))