aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorMichael Albinus2009-06-22 21:06:49 +0000
committerMichael Albinus2009-06-22 21:06:49 +0000
commit6fa5052f067af617cb42f876afa02d02586953a0 (patch)
tree39bbd0e41fc64e141911be505a557deff8b83123 /lisp
parent70c11b0be3bed7e921109881268d7ac734fd3495 (diff)
downloademacs-6fa5052f067af617cb42f876afa02d02586953a0.tar.gz
emacs-6fa5052f067af617cb42f876afa02d02586953a0.zip
* net/tramp-cmds.el (tramp-bug): Recommend
`tramp-cleanup-all-connections' in the bug mail.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/net/tramp-cmds.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/net/tramp-cmds.el b/lisp/net/tramp-cmds.el
index 4f159ac4246..7717cbf118d 100644
--- a/lisp/net/tramp-cmds.el
+++ b/lisp/net/tramp-cmds.el
@@ -219,7 +219,12 @@ If you can give a simple set of instructions to make this bug
219happen reliably, please include those. Thank you for helping 219happen reliably, please include those. Thank you for helping
220kill bugs in Tramp. 220kill bugs in Tramp.
221 221
222Another useful thing to do is to put 222Before reproducing the bug, you might apply
223
224 M-x tramp-cleanup-all-connections
225
226This allows to investigate from a clean environment. Another
227useful thing to do is to put
223 228
224 (setq tramp-verbose 8) 229 (setq tramp-verbose 8)
225 230