Fix Bug#17295.
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 6 May 2014 08:42:53 +0000 (10:42 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 6 May 2014 08:42:53 +0000 (10:42 +0200)
commit3e59ead144c917d4d6ae27963f0f49b4aaf28d78
tree0bdada1e11470d9c2984fbc9bf97581b8ea324e4
parent03810324a41b365104fd940ac4d8f702a914410e
Fix Bug#17295.
* net/tramp-sh.el (tramp-remote-process-environment): Remove
HISTFILE and HISTSIZE; it's too late to set them here.  Add
:version entry.
(tramp-open-shell): Do not let-bind `tramp-end-of-output'.  Add
"HISTSIZE=/dev/null" to the shell's env arguments.  Do not send
extra "PSx=..." commands.
(tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
lisp/ChangeLog
lisp/net/tramp-sh.el