]> git.eshelyaron.com Git - emacs.git/commitdiff
Invert variable alias declaration in Tramp
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 21 Mar 2023 20:24:13 +0000 (21:24 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 21 Mar 2023 20:24:13 +0000 (21:24 +0100)
* lisp/net/tramp-sh.el (tramp-use-ssh-controlmaster-options):
Invert alias declaration.  (Bug#62295, Bug#62329)

lisp/net/tramp-sh.el

index 24e90447b240bf37829822ab5d5088e91312524e..401cec0e28d800a71bc010a47923c8d2d89b8a15 100644 (file)
@@ -106,6 +106,9 @@ detected as prompt when being sent on echoing hosts, therefore.")
 (defconst tramp-end-of-heredoc (md5 tramp-end-of-output)
   "String used to recognize end of heredoc strings.")
 
+(define-obsolete-variable-alias
+  'tramp-use-ssh-controlmaster-options 'tramp-use-connection-share "30.1")
+
 (defcustom tramp-use-connection-share (not (eq system-type 'windows-nt))
   "Whether to use connection share in ssh or PuTTY.
 Set it to t, if you want Tramp to apply respective options. These
@@ -122,11 +125,6 @@ Set it to `suppress' if you want to disable settings in your
   ;; Check with (safe-local-variable-p 'tramp-use-connection-share 'suppress)
   :safe (lambda (val) (and (memq val '(t nil suppress)) t)))
 
-(defvaralias 'tramp-use-connection-share 'tramp-use-ssh-controlmaster-options)
-(make-obsolete-variable
- 'tramp-use-ssh-controlmaster-options
- "Use `tramp-use-connection-share' instead" "30.1")
-
 (defvar tramp-ssh-controlmaster-options nil
   "Which ssh Control* arguments to use.