* tutorial.el (tutorial--default-keys): C-d is now bound to delete-forward-char.
(Bug#6826)
This commit is contained in:
parent
8d9e03e47f
commit
fc5604453e
2 changed files with 4 additions and 1 deletions
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue