diff options
| author | Michael Albinus | 2015-05-31 13:08:06 +0200 |
|---|---|---|
| committer | Michael Albinus | 2015-05-31 13:08:06 +0200 |
| commit | 1e04ea9879eefd0ce15a386f575bdf85cbd4d38d (patch) | |
| tree | 3e73ab90b16516d29b79e97120d321cc6203d453 | |
| parent | 5d56c284d3da47e6587a111f4df49bf7e50a801c (diff) | |
| download | emacs-1e04ea9879eefd0ce15a386f575bdf85cbd4d38d.tar.gz emacs-1e04ea9879eefd0ce15a386f575bdf85cbd4d38d.zip | |
Use another default value for tramp-histfile-override
* lisp/net/tramp-sh.el (tramp-histfile-override):
Use ".tramp_history" as default.
Fixes: debbugs:#20446
| -rw-r--r-- | lisp/net/tramp-sh.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index fb63d79ed0e..5864acd8559 100644 --- a/lisp/net/tramp-sh.el +++ b/lisp/net/tramp-sh.el | |||
| @@ -67,7 +67,7 @@ files conditionalize this setup based on the TERM environment variable." | |||
| 67 | :type 'string) | 67 | :type 'string) |
| 68 | 68 | ||
| 69 | ;;;###tramp-autoload | 69 | ;;;###tramp-autoload |
| 70 | (defcustom tramp-histfile-override t | 70 | (defcustom tramp-histfile-override ".tramp_history" |
| 71 | "When invoking a shell, override the HISTFILE with this value. | 71 | "When invoking a shell, override the HISTFILE with this value. |
| 72 | When setting to a string, it redirects the shell history to that | 72 | When setting to a string, it redirects the shell history to that |
| 73 | file. Be careful when setting to \"/dev/null\"; this might | 73 | file. Be careful when setting to \"/dev/null\"; this might |