; * lisp/net/tramp.el: Fix 2010-10-04 comment typo. (Bug#23913)
This commit is contained in:
parent
90f21696fe
commit
5e3888706a
1 changed files with 1 additions and 1 deletions
|
@ -3642,7 +3642,7 @@ connection buffer."
|
||||||
(with-current-buffer (tramp-get-connection-buffer vec)
|
(with-current-buffer (tramp-get-connection-buffer vec)
|
||||||
(let (buffer-read-only) (delete-region pos (point))))))))
|
(let (buffer-read-only) (delete-region pos (point))))))))
|
||||||
|
|
||||||
:;; Utility functions:
|
;;; Utility functions:
|
||||||
|
|
||||||
(defun tramp-accept-process-output (&optional proc timeout timeout-msecs)
|
(defun tramp-accept-process-output (&optional proc timeout timeout-msecs)
|
||||||
"Like `accept-process-output' for Tramp processes.
|
"Like `accept-process-output' for Tramp processes.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue