summaryrefslogtreecommitdiff
path: root/lisp/net/trampver.el
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2007-08-07 20:04:27 +0000
committerMichael Albinus <michael.albinus@gmx.de>2007-08-07 20:04:27 +0000
commitd62c9a33c4504b7d9dca54e387c48d41ce8b4e52 (patch)
treeb6e7f4f559920c7c7985698fb8c94830353cf2bf /lisp/net/trampver.el
parentcbaa22f40ac9b66b7ebf4b288751738228f468de (diff)
downloademacs-d62c9a33c4504b7d9dca54e387c48d41ce8b4e52.tar.gz
* net/tramp.el (tramp-handle-file-remote-p): Handle optional
parameters IDENTIFICATION and CONNECTED. (tramp-handle-insert-file-contents): VISIT must be handled after insertion of the local copy. Reported by Peter Gordon <peter@pg-consultants.com>. (tramp-file-name-handler): No special handling for `expand-file-name'. But for `file-name-as-directory'. (tramp-find-shell, tramp-open-connection-telnet) (tramp-open-connection-rsh, tramp-open-connection-su) (tramp-open-connection-multi) (tramp-open-connection-setup-interactive-shell): Guard against $PROMPT_COMMAND shell var. Reported by Steve Youngs <steve@sxemacs.org>. (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in the hint. * net/trampver.el: Update release number.
Diffstat (limited to 'lisp/net/trampver.el')
-rw-r--r--lisp/net/trampver.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/trampver.el b/lisp/net/trampver.el
index d265fa5393b..5734b5c9138 100644
--- a/lisp/net/trampver.el
+++ b/lisp/net/trampver.el
@@ -30,7 +30,7 @@
;; are auto-frobbed from configure.ac, so you should edit that file and run
;; "autoconf && ./configure" to change them.
-(defconst tramp-version "2.0.56"
+(defconst tramp-version "2.0.57-pre"
"This version of Tramp.")
(defconst tramp-bug-report-address "tramp-devel@gnu.org"