summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Távora <joaotavora@gmail.com>2023-03-18 12:25:52 +0000
committerJoão Távora <joaotavora@gmail.com>2023-03-18 12:39:03 +0000
commita55d2edc5a9baf919c1c0dc6b24ce591cef78fc9 (patch)
treefc9d4927df6511b2c661007dc8bff2fa21be90bc
parent22a70451f3448c6e0af9bc0a5cb6fe15a757fb12 (diff)
downloademacs-a55d2edc5a9baf919c1c0dc6b24ce591cef78fc9.tar.gz
; Remove overly verbose commentary
* lisp/progmodes/eglot.el (eglot--connect): Remove overly verbose commentary.
-rw-r--r--lisp/progmodes/eglot.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el
index 2815269d3f8..abeb79bc452 100644
--- a/lisp/progmodes/eglot.el
+++ b/lisp/progmodes/eglot.el
@@ -1258,11 +1258,6 @@ This docstring appeases checkdoc, that's all."
;; very much data so we turn it off
;; unconditionally -- just for our
;; process.
- ;; In Tramp 2.6.0.3 and newer, the value
- ;; `suppress' is sufficient. Older
- ;; Tramp versions need a non-nil value,
- ;; and a proper setting of
- ;; `tramp-ssh-controlmaster-options'.
(tramp-use-ssh-controlmaster-options 'suppress)
(tramp-ssh-controlmaster-options
"-o ControlMaster=no -o ControlPath=none"))