emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116348: * net/tramp-sh.el (tramp-sh-handle-start-fi


From: Michael Albinus
Subject: [Emacs-diffs] trunk r116348: * net/tramp-sh.el (tramp-sh-handle-start-file-process):
Date: Sat, 08 Feb 2014 13:35:27 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116348
revision-id: address@hidden
parent: address@hidden
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Sat 2014-02-08 14:35:15 +0100
message:
  * net/tramp-sh.el (tramp-sh-handle-start-file-process):
  Insert output at end of buffer.  (Bug#16120)
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/net/tramp-sh.el           trampsh.el-20100913133439-a1faifh29eqoi4nh-1
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-08 13:13:46 +0000
+++ b/lisp/ChangeLog    2014-02-08 13:35:15 +0000
@@ -1,3 +1,8 @@
+2014-02-08  Michael Albinus  <address@hidden>
+
+       * net/tramp-sh.el (tramp-sh-handle-start-file-process):
+       Insert output at end of buffer.  (Bug#16120)
+
 2014-02-08  Lars Ingebrigtsen  <address@hidden>
 
        * simple.el (choose-completion-string-functions): Document new

=== modified file 'lisp/net/tramp-sh.el'
--- a/lisp/net/tramp-sh.el      2014-02-06 08:49:34 +0000
+++ b/lisp/net/tramp-sh.el      2014-02-08 13:35:15 +0000
@@ -2758,7 +2758,7 @@
                ;; `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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]