mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
Fix annoyance in tramp-smb.el
* lisp/net/tramp-smb.el (tramp-smb-maybe-open-connection): Add "TERM=dumb".
This commit is contained in:
parent
c6eb114a42
commit
a462ccd536
1 changed files with 4 additions and 1 deletions
|
|
@ -2049,7 +2049,10 @@ If ARGUMENT is non-nil, use it as argument for
|
|||
(let* ((coding-system-for-read nil)
|
||||
(process-connection-type tramp-process-connection-type)
|
||||
(p (let ((default-directory
|
||||
(tramp-compat-temporary-file-directory)))
|
||||
(tramp-compat-temporary-file-directory))
|
||||
(process-environment
|
||||
(cons (concat "TERM=" tramp-terminal-type)
|
||||
process-environment)))
|
||||
(apply #'start-process
|
||||
(tramp-get-connection-name vec)
|
||||
(tramp-get-connection-buffer vec)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue