]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/tramp-sh.el (tramp-histfile-override): Add :version.
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 20 Dec 2014 12:09:49 +0000 (13:09 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 20 Dec 2014 12:09:49 +0000 (13:09 +0100)
lisp/ChangeLog
lisp/net/tramp-sh.el

index 0a76e8136419068d819683a5394fc38f770ea4c5..ad9548c0823a8c531cf2f2eee29ec414eb0c70b5 100644 (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.
index e4ba762379f5ff27f4c13cb538db798ddc4d52b2..ba7b7d95a4ba04514cad24d04d0accdda23598f5 100644 (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")))