]> git.eshelyaron.com Git - emacs.git/commitdiff
* tutorial.el (tutorial--default-keys): C-d is now bound to delete-forward-char.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 8 Aug 2010 23:14:33 +0000 (19:14 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 8 Aug 2010 23:14:33 +0000 (19:14 -0400)
(Bug#6826)

lisp/ChangeLog
lisp/tutorial.el

index 5e5f3c1fd84dc81b9ef623934192f12966b36011..32e9636fb3bf1440f9e0f37e5ef645be259de9a9 100644 (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).
 
index bab943968f84fc44f67b1203da9bee59348f3233..15dfe86a8df551b5a8d2a1b4452c85fad8cc811d 100644 (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])