aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2012-12-21 13:42:59 +0800
committerChong Yidong2012-12-21 13:42:59 +0800
commitaa26f345096166bd8c135876dbab9b671ae232e3 (patch)
treeb511ad3694a4ad3fa02cc49e25441ac60f55cf8b /lisp/ChangeLog
parent05c22d878f065c583c9f0672c3b2719742f07b1b (diff)
downloademacs-aa26f345096166bd8c135876dbab9b671ae232e3.tar.gz
emacs-aa26f345096166bd8c135876dbab9b671ae232e3.zip
* simple.el (transpose-subr-1): Preserve marker positions
by changing the insertion sequence. Fixes: debbugs:13122
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e89602c8e45..a26fc63fa49 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12012-12-21 Chong Yidong <cyd@gnu.org>
2
3 * simple.el (transpose-subr-1): Preserve marker positions by
4 changing the insertion sequence (Bug#13122).
5
12012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change) 62012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
2 7
3 * simple.el (kill-region): Deactivate mark even for empty regions 8 * simple.el (kill-region): Deactivate mark even for empty regions