]> git.eshelyaron.com Git - emacs.git/commitdiff
; Remove overly verbose commentary
authorJoão Távora <joaotavora@gmail.com>
Sat, 18 Mar 2023 12:25:52 +0000 (12:25 +0000)
committerJoão Távora <joaotavora@gmail.com>
Sat, 18 Mar 2023 12:39:03 +0000 (12:39 +0000)
* lisp/progmodes/eglot.el (eglot--connect): Remove overly verbose
commentary.

lisp/progmodes/eglot.el

index 2815269d3f8fd266c0b3d8472bf1e4c0a4f532fb..abeb79bc4525724dd46234bde69a4f4880635a4e 100644 (file)
@@ -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"))