aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus <[email protected]>2012-01-17 11:29:52 +0100
committerMichael Albinus <[email protected]>2012-01-17 11:29:52 +0100
commit4cb0aa7579893362daebd1c203248f8bcc231f0b (patch)
treea234dbe364108e7d60560a422084ebba2ca48d24 /lisp/ChangeLog
parent1b0880d5f1b478fe097aef8b702a5c7c70bd9f18 (diff)
* 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/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2813d80d9f..fa51e7eb28 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2012-01-17 Michael Albinus <[email protected]>
+
+ * 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)
+
2012-01-16 Stefan Monnier <[email protected]>
* minibuffer.el (completion--replace): Strip properties (bug#10062).