Decouple C-d and delete, so that the former does not delete the region.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 19 Oct 2010 15:43:27 +0000 (11:43 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 19 Oct 2010 15:43:27 +0000 (11:43 -0400)
commitb8a47412d30e73a12c1919d0109f9272096e9ce6
tree19176307be6aa97e800de77ec195da34514adc19
parentca3fa30248b923c17c021c0fcdb945271d14e8c2
Decouple C-d and delete, so that the former does not delete the region.

* lisp/bindings.el (global-map): Bind C-d to delete-char and deletechar
to delete-forward-char.

* lisp/simple.el (normal-erase-is-backspace-mode): Remap delete to
deletechar, and hence delete-forward-char.

* src/cmds.c (Fdelete_char): Doc fix.
lisp/ChangeLog
lisp/bindings.el
lisp/simple.el
src/ChangeLog
src/cmds.c