diff options
| author | Reuben Thomas | 2012-07-14 10:19:07 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-07-14 10:19:07 +0800 |
| commit | be755c79bdba0a187af6541b0fea7d55d5b23754 (patch) | |
| tree | cb266a82ec694a44d3714c59e7b122d640fae16b /etc | |
| parent | ed9265fc7dc83341b2a807f114dcdd4d170d7e0e (diff) | |
| download | emacs-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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). | ||
| 162 | It 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 | ||