* tutorial.el (tutorial--default-keys): C-d is now bound to delete-forward-char.

(Bug#6826)
This commit is contained in:
Chong Yidong 2010-08-08 19:14:33 -04:00
parent 8d9e03e47f
commit fc5604453e
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2010-08-08 Chong Yidong <cyd@stupidchicken.com>
* tutorial.el (tutorial--default-keys): C-d is now bound to
delete-forward-char (Bug#6826).
* mouse.el (mouse-drag-track): Remove accidentally-removed check
for `double' value of mouse-1-click-follows-link (Bug#6807).

View file

@ -252,7 +252,7 @@ LEFT and RIGHT are the elements to compare."
;; * INSERTING AND DELETING
;; C-u 8 * to insert ********.
(delete-backward-char "\d")
(delete-char [?\C-d])
(delete-forward-char [?\C-d])
(backward-kill-word [?\M-\d])
(kill-word [?\M-d])
(kill-line [?\C-k])