diff options
| author | Michael Albinus | 2012-01-17 11:29:52 +0100 |
|---|---|---|
| committer | Michael Albinus | 2012-01-17 11:29:52 +0100 |
| commit | 4cb0aa7579893362daebd1c203248f8bcc231f0b (patch) | |
| tree | a234dbe364108e7d60560a422084ebba2ca48d24 /lisp/ChangeLog | |
| parent | 1b0880d5f1b478fe097aef8b702a5c7c70bd9f18 (diff) | |
| download | emacs-4cb0aa7579893362daebd1c203248f8bcc231f0b.tar.gz emacs-4cb0aa7579893362daebd1c203248f8bcc231f0b.zip | |
* net/tramp.el (tramp-local-end-of-line): New defcustom.
(tramp-action-login, tramp-action-yesno, tramp-action-yn)
(tramp-action-terminal): Use it. (Bug#10530)
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 2813d80d9ff..fa51e7eb28f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-01-17 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp.el (tramp-local-end-of-line): New defcustom. | ||
| 4 | (tramp-action-login, tramp-action-yesno, tramp-action-yn) | ||
| 5 | (tramp-action-terminal): Use it. (Bug#10530) | ||
| 6 | |||
| 1 | 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 8 | ||
| 3 | * minibuffer.el (completion--replace): Strip properties (bug#10062). | 9 | * minibuffer.el (completion--replace): Strip properties (bug#10062). |