diff options
| author | Michael Albinus | 2015-02-02 12:38:36 +0100 |
|---|---|---|
| committer | Michael Albinus | 2015-02-02 12:38:36 +0100 |
| commit | 6f8372ded12d52b389527d33232eba7951096d18 (patch) | |
| tree | 7db2b3179d0e08764aa723a8a697ab5943d9312b /lisp/ChangeLog | |
| parent | 060dc145902f048bed22919232ce0e7b0e22d4b1 (diff) | |
| download | emacs-6f8372ded12d52b389527d33232eba7951096d18.tar.gz emacs-6f8372ded12d52b389527d33232eba7951096d18.zip | |
Tramp: Support unsetting HISTFILE.
Fixes: debbugs:19731
* lisp/net/tramp-sh.el (tramp-histfile-override): Add another choice 'unset.
(tramp-open-shell, tramp-maybe-open-connection): Support it.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 846da3b0dee..fe0a3dba1a0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2015-02-02 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp-sh.el (tramp-histfile-override): Add another choice 'unset. | ||
| 4 | (tramp-open-shell, tramp-maybe-open-connection): Support it. | ||
| 5 | (Bug#19731) | ||
| 6 | |||
| 1 | 2015-02-02 Thierry Volpiatto <thierry.volpiatto@gmail.com> | 7 | 2015-02-02 Thierry Volpiatto <thierry.volpiatto@gmail.com> |
| 2 | 8 | ||
| 3 | * emacs-lisp/package.el (package-delete): Remove package from | 9 | * emacs-lisp/package.el (package-delete): Remove package from |