]> git.eshelyaron.com Git - emacs.git/commit
Obey tramp-histfile-override in remote direct async processes
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 29 May 2024 15:11:49 +0000 (17:11 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 29 May 2024 16:00:58 +0000 (18:00 +0200)
commit5cb48a4eb5535c6abe429a981de5320a6e2bf2e0
tree699b8e58526ba77cef8cb7efc5424a87c8ae9712
parent1d0ee3d8f5b45a7af49fd76aa8bdc2b698ecb9c6
Obey tramp-histfile-override in remote direct async processes

* doc/emacs/custom.texi (Connection Variables):
Mention `permanent-local' symbol property.

* lisp/net/tramp-sh.el (tramp-histfile-override):
Add ;;;###tramp-autoload cookie and `permanent-local' symbol
property.

* lisp/net/tramp.el (tramp-handle-make-process):
Obey `tramp-histfile-override'.  (Bug#71049)

(cherry picked from commit 063b67325b4e00a31c1178b340529a94e0de1c4e)
doc/emacs/custom.texi
lisp/net/tramp-sh.el
lisp/net/tramp.el