aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Albinus2017-05-26 16:25:18 +0200
committerMichael Albinus2017-05-26 16:25:18 +0200
commitb3032988400448ff0ad2f6e658a0e90fac6bd15f (patch)
tree1ff6f269ed745c57ee8ef2cf0c1e50c03e653541 /doc
parent4de0737c9b5ae8939763ad70085f02e1eace4032 (diff)
downloademacs-b3032988400448ff0ad2f6e658a0e90fac6bd15f.tar.gz
emacs-b3032988400448ff0ad2f6e658a0e90fac6bd15f.zip
Remove Emacs 23 compat code from Tramp
* doc/misc/tramp.texi (Remote processes): Don't mention Emacs 24 explicitely. (Frequently Asked Questions): Remove Emacs 23 from compatibility list. * lisp/net/tramp.el: * lisp/net/tramp-adb.el: * lisp/net/tramp-cache.el: * lisp/net/tramp-gvfs.el: * lisp/net/tramp-sh.el: * lisp/net/tramp-smb.el: Replace compat function calls. * lisp/net/tramp-compat.el (remote-file-name-inhibit-cache) (tramp-compat-condition-case-unless-debug) (tramp-compat-copy-file, tramp-compat-copy-directory) (tramp-compat-delete-file, tramp-compat-delete-directory) (tramp-compat-process-live-p): Remove them. * lisp/net/trampver.el: Make version check fit for Emacs 24.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/tramp.texi8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 179578eea9b..4ca393256f6 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -2553,9 +2553,8 @@ when using @value{tramp} between two hosts with different operating
2553systems, such as @samp{windows-nt} and @samp{gnu/linux}. This option 2553systems, such as @samp{windows-nt} and @samp{gnu/linux}. This option
2554ensures the correct name of the remote shell program. 2554ensures the correct name of the remote shell program.
2555 2555
2556Starting with Emacs 24, when @option{explicit-shell-file-name} is 2556When @option{explicit-shell-file-name} is equal to @code{nil}, calling
2557equal to @code{nil}, calling @code{shell} interactively will prompt 2557@code{shell} interactively will prompt for a shell name.
2558for a shell name.
2559 2558
2560Starting with Emacs 26, you could use connection-local variables for 2559Starting with Emacs 26, you could use connection-local variables for
2561setting different values of @option{explicit-shell-file-name} for 2560setting different values of @option{explicit-shell-file-name} for
@@ -2856,8 +2855,7 @@ Where is the latest @value{tramp}?
2856@item 2855@item
2857Which systems does it work on? 2856Which systems does it work on?
2858 2857
2859The package works successfully on Emacs 23, Emacs 24, Emacs 25, and 2858The package works successfully on Emacs 24, Emacs 25, and Emacs 26.
2860Emacs 26.
2861 2859
2862While Unix and Unix-like systems are the primary remote targets, 2860While Unix and Unix-like systems are the primary remote targets,
2863@value{tramp} has equal success connecting to other platforms, such as 2861@value{tramp} has equal success connecting to other platforms, such as