diff options
| author | Michael Albinus | 2013-07-06 18:12:04 +0200 |
|---|---|---|
| committer | Michael Albinus | 2013-07-06 18:12:04 +0200 |
| commit | 47bd930132c06891d71c88b331209562e59016ad (patch) | |
| tree | 31f3defb1dad77362a650b6133f2b7e69944ee7c | |
| parent | 34ada5f476dbd018cf523b127586f44ebb191e3a (diff) | |
| download | emacs-47bd930132c06891d71c88b331209562e59016ad.tar.gz emacs-47bd930132c06891d71c88b331209562e59016ad.zip | |
Add TODO entry.
| -rw-r--r-- | lisp/net/tramp.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 8b19a7ca5d3..f114c681fb7 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el | |||
| @@ -4160,6 +4160,9 @@ Only works for Bourne-like shells." | |||
| 4160 | ;; * Run emerge on two remote files. Bug is described here: | 4160 | ;; * Run emerge on two remote files. Bug is described here: |
| 4161 | ;; <http://www.mail-archive.com/tramp-devel@nongnu.org/msg01041.html>. | 4161 | ;; <http://www.mail-archive.com/tramp-devel@nongnu.org/msg01041.html>. |
| 4162 | ;; (Bug#6850) | 4162 | ;; (Bug#6850) |
| 4163 | ;; * Use also port to distinguish connections. This is needed for | ||
| 4164 | ;; different hosts sitting behind a single router (distinguished by | ||
| 4165 | ;; different port numbers). (Tzvi Edelman) | ||
| 4163 | 4166 | ||
| 4164 | ;;; tramp.el ends here | 4167 | ;;; tramp.el ends here |
| 4165 | 4168 | ||