* net/tramp-sh.el (tramp-sh-handle-start-file-process):

Insert output at end of buffer.  (Bug#16120)
This commit is contained in:
Michael Albinus 2014-02-08 14:35:15 +01:00
parent 54dd147ac3
commit 429b93bd7b
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2014-02-08 Michael Albinus <michael.albinus@gmx.de>
* net/tramp-sh.el (tramp-sh-handle-start-file-process):
Insert output at end of buffer. (Bug#16120)
2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
* simple.el (choose-completion-string-functions): Document new

View file

@ -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