diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2021-06-29 17:15:55 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2021-06-29 17:15:55 +0200 |
commit | cd339e85a695f40d93b5ce9f4e65075dd979b25b (patch) | |
tree | a776ed047341d35020f7a3784ee28498f9c3bcb1 /doc/misc/trampver.texi | |
parent | 6b4043833cf2e846d41e714e2c72372b60d0d594 (diff) | |
download | emacs-cd339e85a695f40d93b5ce9f4e65075dd979b25b.tar.gz emacs-cd339e85a695f40d93b5ce9f4e65075dd979b25b.tar.bz2 emacs-cd339e85a695f40d93b5ce9f4e65075dd979b25b.zip |
Sync with Tramp 2.5.1
* doc/misc/trampver.texi:
* lisp/net/trampver.el: Change version to "2.5.1".
* lisp/tramp.el (tramp-handle-write-region):
* lisp/tramp-adb.el (tramp-adb-handle-write-region):
* lisp/tramp-sh.el (tramp-sh-handle-write-region): Call local
`write-region' directly.
* test/lisp/net/tramp-tests.el (tramp--test-utf8): Adapt test for
MS Windows.
Diffstat (limited to 'doc/misc/trampver.texi')
-rw-r--r-- | doc/misc/trampver.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/trampver.texi b/doc/misc/trampver.texi index 827c4773285..10c951d3ccf 100644 --- a/doc/misc/trampver.texi +++ b/doc/misc/trampver.texi @@ -8,7 +8,7 @@ @c In the Tramp GIT, the version numbers are auto-frobbed from @c tramp.el, and the bug report address is auto-frobbed from @c configure.ac. -@set trampver 2.5.1-pre +@set trampver 2.5.1 @set trampurl https://www.gnu.org/software/tramp/ @set tramp-bug-report-address tramp-devel@@gnu.org @set emacsver 25.1 |