emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 a55d2edc5a9 4/4: ; Remove overly verbose commentary


From: João Távora
Subject: emacs-29 a55d2edc5a9 4/4: ; Remove overly verbose commentary
Date: Sat, 18 Mar 2023 08:37:19 -0400 (EDT)

branch: emacs-29
commit a55d2edc5a9baf919c1c0dc6b24ce591cef78fc9
Author: João Távora <joaotavora@gmail.com>
Commit: João Távora <joaotavora@gmail.com>

    ; 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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]