* lisp/bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
commit7818df11b85d4829b61f6d967aa421621985b18a
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 11 Nov 2013 05:18:53 +0000 (11 00:18 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 11 Nov 2013 05:18:53 +0000 (11 00:18 -0500)
tree2277311a5fa68f21b13c7fa09f035c74e7d11a9c
parent608c2085c4a3c9ae99a8f08d89da72cb080be412
* lisp/bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
* src/keyboard.c (command_loop_1): Use region-extract-function.
* src/insdel.c (Qregion_extract_function): Not static any more (can we
stop pretending that these vars can benefit from being marked static?).
etc/NEWS
lisp/ChangeLog
lisp/bindings.el
lisp/rect.el
src/ChangeLog
src/insdel.c
src/keyboard.c