Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
429b93bd
Commit
429b93bd
authored
Feb 08, 2014
by
Michael Albinus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* net/tramp-sh.el (tramp-sh-handle-start-file-process):
Insert output at end of buffer. (Bug#16120)
parent
54dd147a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/net/tramp-sh.el
lisp/net/tramp-sh.el
+1
-1
No files found.
lisp/ChangeLog
View file @
429b93bd
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
...
...
lisp/net/tramp-sh.el
View file @
429b93bd
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment