diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2015-10-18 17:09:07 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2015-10-18 17:09:07 +0200 |
commit | 1106f317ab064264adbc07001bdc6940ad07f4d4 (patch) | |
tree | 816e2b957021a6b9a666684ed6e5971fd48f90a0 /lisp | |
parent | 604222c4e926b3ffad07ddaeb1ba757784c2cf21 (diff) | |
download | emacs-1106f317ab064264adbc07001bdc6940ad07f4d4.tar.gz |
; Remove obsolete comment in tramp.el
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/net/tramp.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 75fa9b6d4d0..30a7269240e 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -4414,8 +4414,6 @@ Only works for Bourne-like shells." ;;; TODO: -;; * Rewrite `tramp-shell-quote-argument' to abstain from using -;; `shell-quote-argument'. ;; * In Emacs 21, `insert-directory' shows total number of bytes used ;; by the files in that directory. Add this here. ;; * Avoid screen blanking when hitting `g' in dired. (Eli Tziperman) |