diff options
| author | Michael Albinus | 2017-05-26 16:25:18 +0200 |
|---|---|---|
| committer | Michael Albinus | 2017-05-26 16:25:18 +0200 |
| commit | b3032988400448ff0ad2f6e658a0e90fac6bd15f (patch) | |
| tree | 1ff6f269ed745c57ee8ef2cf0c1e50c03e653541 /doc | |
| parent | 4de0737c9b5ae8939763ad70085f02e1eace4032 (diff) | |
| download | emacs-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.texi | 8 |
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 | |||
| 2553 | systems, such as @samp{windows-nt} and @samp{gnu/linux}. This option | 2553 | systems, such as @samp{windows-nt} and @samp{gnu/linux}. This option |
| 2554 | ensures the correct name of the remote shell program. | 2554 | ensures the correct name of the remote shell program. |
| 2555 | 2555 | ||
| 2556 | Starting with Emacs 24, when @option{explicit-shell-file-name} is | 2556 | When @option{explicit-shell-file-name} is equal to @code{nil}, calling |
| 2557 | equal to @code{nil}, calling @code{shell} interactively will prompt | 2557 | @code{shell} interactively will prompt for a shell name. |
| 2558 | for a shell name. | ||
| 2559 | 2558 | ||
| 2560 | Starting with Emacs 26, you could use connection-local variables for | 2559 | Starting with Emacs 26, you could use connection-local variables for |
| 2561 | setting different values of @option{explicit-shell-file-name} for | 2560 | setting different values of @option{explicit-shell-file-name} for |
| @@ -2856,8 +2855,7 @@ Where is the latest @value{tramp}? | |||
| 2856 | @item | 2855 | @item |
| 2857 | Which systems does it work on? | 2856 | Which systems does it work on? |
| 2858 | 2857 | ||
| 2859 | The package works successfully on Emacs 23, Emacs 24, Emacs 25, and | 2858 | The package works successfully on Emacs 24, Emacs 25, and Emacs 26. |
| 2860 | Emacs 26. | ||
| 2861 | 2859 | ||
| 2862 | While Unix and Unix-like systems are the primary remote targets, | 2860 | While 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 |