From: Michael Albinus Date: Sat, 8 Feb 2014 13:35:15 +0000 (+0100) Subject: * net/tramp-sh.el (tramp-sh-handle-start-file-process): X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~88 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=429b93bd7bc5d2145afdc686416ccc7c817e5a33;p=emacs.git * net/tramp-sh.el (tramp-sh-handle-start-file-process): Insert output at end of buffer. (Bug#16120) --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0ddce4d9d2d..b17f6abfe0a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-02-08 Michael Albinus + + * net/tramp-sh.el (tramp-sh-handle-start-file-process): + Insert output at end of buffer. (Bug#16120) + 2014-02-08 Lars Ingebrigtsen * simple.el (choose-completion-string-functions): Document new diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index d6486de797f..8d3c4c2c58b 100644 --- a/lisp/net/tramp-sh.el +++ b/lisp/net/tramp-sh.el @@ -2758,7 +2758,7 @@ the result will be a local, non-Tramp, filename." ;; `verify-visited-file-modtime'. (let ((buffer-undo-list t) (buffer-read-only nil) - (mark (point))) + (mark (point-max))) (clear-visited-file-modtime) (narrow-to-region (point-max) (point-max)) ;; We call `tramp-maybe-open-connection', in order