From: Michael Albinus Date: Sat, 20 Dec 2014 12:09:49 +0000 (+0100) Subject: * net/tramp-sh.el (tramp-histfile-override): Add :version. X-Git-Tag: emacs-25.0.90~2635^2~13 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b459f1f0b970b640bbc1f3827115a18be2dcef7f;p=emacs.git * net/tramp-sh.el (tramp-histfile-override): Add :version. --- 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")))