aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus <[email protected]>2013-07-06 18:12:04 +0200
committerMichael Albinus <[email protected]>2013-07-06 18:12:04 +0200
commit47bd930132c06891d71c88b331209562e59016ad (patch)
tree31f3defb1dad77362a650b6133f2b7e69944ee7c
parent34ada5f476dbd018cf523b127586f44ebb191e3a (diff)
Add TODO entry.
-rw-r--r--lisp/net/tramp.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index 8b19a7ca5d..f114c681fb 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -4160,6 +4160,9 @@ Only works for Bourne-like shells."
;; * Run emerge on two remote files. Bug is described here:
;; <http://www.mail-archive.com/[email protected]/msg01041.html>.
;; (Bug#6850)
+;; * Use also port to distinguish connections. This is needed for
+;; different hosts sitting behind a single router (distinguished by
+;; different port numbers). (Tzvi Edelman)
;;; tramp.el ends here