Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6c2e107a
Commit
6c2e107a
authored
Sep 04, 2019
by
Michael Albinus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/net/tramp.el (tramp-process-sentinel): Use `process-buffer'.
parent
22213f00
Pipeline
#3046
failed with stage
in 55 minutes and 6 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
lisp/net/tramp.el
lisp/net/tramp.el
+5
-5
No files found.
lisp/net/tramp.el
View file @
6c2e107a
...
...
@@ -4210,11 +4210,11 @@ the remote host use line-endings as defined in the variable
(
when
vec
(
tramp-message
vec
5
"Sentinel called: `%S' `%s'"
proc
event
)
(
tramp-flush-connection-properties
proc
)
(
tramp-flush-directory-properties
vec
""
)
(
with-current-buffer
(
tramp-get
-buffer
ve
c
)
(
tramp-flush-directory-properties
vec
""
)
)
(
with-current-buffer
(
process
-buffer
pro
c
)
(
goto-char
(
point-max
))
(
when
(
and
prompt
(
re-search-backward
(
regexp-quote
prompt
)
nil
t
))
(
delete-region
(
point
)
(
point-max
)))))))
)
(
delete-region
(
point
)
(
point-max
)))))))
(
defun
tramp-get-inode
(
vec
)
"Returns the virtual inode number.
...
...
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