From a55d2edc5a9baf919c1c0dc6b24ce591cef78fc9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Sat, 18 Mar 2023 12:25:52 +0000 Subject: [PATCH] ; Remove overly verbose commentary * lisp/progmodes/eglot.el (eglot--connect): Remove overly verbose commentary. --- lisp/progmodes/eglot.el | 5 ----- 1 file changed, 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")) -- 2.39.5