emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 1e04ea9: Use another default value for tramp-histfi


From: Michael Albinus
Subject: [Emacs-diffs] master 1e04ea9: Use another default value for tramp-histfile-override
Date: Sun, 31 May 2015 11:08:37 +0000

branch: master
commit 1e04ea9879eefd0ce15a386f575bdf85cbd4d38d
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    Use another default value for tramp-histfile-override
    
    * lisp/net/tramp-sh.el (tramp-histfile-override):
    Use ".tramp_history" as default.
    
    Fixes: debbugs:#20446
---
 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 fb63d79..5864acd 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."
   :type 'string)
 
 ;;;###tramp-autoload
-(defcustom tramp-histfile-override t
+(defcustom tramp-histfile-override ".tramp_history"
   "When invoking a shell, override the HISTFILE with this value.
 When setting to a string, it redirects the shell history to that
 file.  Be careful when setting to \"/dev/null\"; this might



reply via email to

[Prev in Thread] Current Thread [Next in Thread]