1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-10 01:34:36 -08:00

* net/tramp-sh.el (tramp-histfile-override): Add :version.

This commit is contained in:
Michael Albinus 2014-12-20 13:09:49 +01:00
parent 6623f3daae
commit b459f1f0b9
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2014-12-20 Michael Albinus <michael.albinus@gmx.de>
* net/tramp-sh.el (tramp-histfile-override): Add :version.
2014-12-20 Teodor Zlatanov <tzz@lifelogs.com>
* net/tramp-sh.el (tramp-histfile-override): Clarify docstring.

View file

@ -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")))