aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorReuben Thomas2012-07-14 10:19:07 +0800
committerChong Yidong2012-07-14 10:19:07 +0800
commitbe755c79bdba0a187af6541b0fea7d55d5b23754 (patch)
treecb266a82ec694a44d3714c59e7b122d640fae16b /etc
parented9265fc7dc83341b2a807f114dcdd4d170d7e0e (diff)
downloademacs-be755c79bdba0a187af6541b0fea7d55d5b23754.tar.gz
emacs-be755c79bdba0a187af6541b0fea7d55d5b23754.zip
* rect.el (copy-rectangle-as-kill): New command.
* lisp/rect.el, lisp/register.el: Move bindings to bindings.el. * lisp/bindings.el: Consolidate ctl-x-r-map bindings. Bind copy-rectangle-as-kill to C-x r w. Fixes: debbugs:739
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0132a3a9ed7..fc34e31f1d5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -158,6 +158,9 @@ character when doing minibuffer filename prompts.
158 158
159** `goto-char' is now bound to `M-g c'. 159** `goto-char' is now bound to `M-g c'.
160 160
161** New command `C-x r M-w' (copy-rectangle-as-kill).
162It copies the region-rectangle as the last rectangle kill.
163
161** New input method `vietnamese-vni'. 164** New input method `vietnamese-vni'.
162 165
163 166