From b459f1f0b970b640bbc1f3827115a18be2dcef7f Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sat, 20 Dec 2014 13:09:49 +0100 Subject: [PATCH] * net/tramp-sh.el (tramp-histfile-override): Add :version. --- lisp/ChangeLog | 4 ++++ lisp/net/tramp-sh.el | 1 + 2 files changed, 5 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0a76e813641..ad9548c0823 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2014-12-20 Michael Albinus + + * net/tramp-sh.el (tramp-histfile-override): Add :version. + 2014-12-20 Teodor Zlatanov * net/tramp-sh.el (tramp-histfile-override): Clarify docstring. diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index e4ba762379f..ba7b7d95a4b 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"))) -- 2.39.2