]> code.delx.au - gnu-emacs/commitdiff
Revert "Make tramp-ssh-controlmaster-options a defcustom. Do not merge with master."
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 7 Mar 2015 20:01:01 +0000 (21:01 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 7 Mar 2015 20:01:01 +0000 (21:01 +0100)
This reverts commit 5ab767b8dcea50b4d02c3910d19c223a5402f99d.

lisp/ChangeLog
lisp/net/tramp.el

index 9556dfdbc4284f9db744139727d0c031046e3caf..0b277c7c518d950622862b805bc87e9ecb00f2d4 100644 (file)
@@ -1,8 +1,3 @@
-2015-03-07  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-ssh-controlmaster-options): Make it a
-       defcustom.  (Bug#20015)
-
 2015-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * battery.el (battery-echo-area-format): Simplify default.
index 7661a4ca19cb86d3730603e9c0d13c7e62714577..953525f37e4e10512ea302ef96a725538b3633af 100644 (file)
@@ -308,7 +308,7 @@ started on the local host.  You should specify a remote host
 useful only in combination with `tramp-default-proxies-alist'.")
 
 ;;;###tramp-autoload
-(defcustom tramp-ssh-controlmaster-options
+(defconst tramp-ssh-controlmaster-options
   (let ((result "")
        (case-fold-search t))
     (ignore-errors
@@ -334,10 +334,7 @@ useful only in combination with `tramp-default-proxies-alist'.")
              (setq result (concat result " -o ControlPersist=no")))))))
     result)
     "Call ssh to detect whether it supports the Control* arguments.
-Return a string to be used in `tramp-methods'."
-    :group 'tramp
-    :version "24.5"
-    :type 'string)
+Return a string to be used in `tramp-methods'.")
 
 ;;;###tramp-autoload
 (defcustom tramp-use-ssh-controlmaster-options