emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master b459f1f: * net/tramp-sh.el (tramp-histfile-override


From: Michael Albinus
Subject: [Emacs-diffs] master b459f1f: * net/tramp-sh.el (tramp-histfile-override): Add :version.
Date: Sat, 20 Dec 2014 12:10:00 +0000

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

    * net/tramp-sh.el (tramp-histfile-override): Add :version.
---
 lisp/ChangeLog       |    4 ++++
 lisp/net/tramp-sh.el |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0a76e81..ad9548c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2014-12-20  Michael Albinus  <address@hidden>
+
+       * net/tramp-sh.el (tramp-histfile-override): Add :version.
+
 2014-12-20  Teodor Zlatanov  <address@hidden>
 
        * net/tramp-sh.el (tramp-histfile-override): Clarify docstring.
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el
index e4ba762..ba7b7d9 100644
--- a/lisp/net/tramp-sh.el
+++ b/lisp/net/tramp-sh.el
@@ -75,6 +75,7 @@ If you set this variable to nil, however, the *override* is
 disabled, so the history will go to the default storage
 location, e.g. \"$HOME/.sh_history\"."
   :group 'tramp
+  :version "25.1"
   :type '(choice (const :tag "Do not override HISTFILE" nil)
                  (const :tag "Empty the history (/dev/null)" "/dev/null")
                  (string :tag "Redirect to a file")))



reply via email to

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