From: Michael Albinus Date: Sun, 18 Oct 2015 15:09:07 +0000 (+0200) Subject: ; Remove obsolete comment in tramp.el X-Git-Tag: emacs-25.0.90~1093 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1106f317ab064264adbc07001bdc6940ad07f4d4;p=emacs.git ; Remove obsolete comment in tramp.el --- 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)