aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDaniel Colascione2014-09-14 16:11:52 -0700
committerDaniel Colascione2014-09-14 16:11:52 -0700
commit5ce52d05c93e0c006bbd145b938aa9fab7dfcb8d (patch)
tree467ced2bf8b3819b4988664d747ff37313a559c6 /etc
parent36cac3209313d849f3eef6e4c7278eb018817e23 (diff)
downloademacs-5ce52d05c93e0c006bbd145b938aa9fab7dfcb8d.tar.gz
emacs-5ce52d05c93e0c006bbd145b938aa9fab7dfcb8d.zip
* register.el (insert-register): Change default interactive insertion mode.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS3
2 files changed, 7 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 42bd7cb40d1..a57605be64d 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12014-09-14 Daniel Colascione <dancol@dancol.org>
2
3 * NEWS: Mention changes to `insert-register'
4
12014-09-13 Christopher Schmidt <ch@ristopher.com> 52014-09-13 Christopher Schmidt <ch@ristopher.com>
2 6
3 * NEWS: Mention nil `calendar-mode-line-format' will not modify 7 * NEWS: Mention nil `calendar-mode-line-format' will not modify
diff --git a/etc/NEWS b/etc/NEWS
index e89d9c96fdc..95f578ce11d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -49,6 +49,9 @@ Use './configure PKG_CONFIG=/full/name/of/pkg-config' if you need to.
49 49
50* Changes in Emacs 24.5 50* Changes in Emacs 24.5
51 51
52** `insert-register' now leaves point after the inserted text
53when called interactively. A prefix argument toggles this behavior.
54
52** New var `truncate-string-ellipsis' to choose how to indicate truncation. 55** New var `truncate-string-ellipsis' to choose how to indicate truncation.
53 56
54--- 57---