emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101030: * tutorial.el (tutorial--def


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101030: * tutorial.el (tutorial--default-keys): C-d is now bound to delete-forward-char.
Date: Sun, 08 Aug 2010 19:14:33 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101030
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sun 2010-08-08 19:14:33 -0400
message:
  * tutorial.el (tutorial--default-keys): C-d is now bound to 
delete-forward-char.
  (Bug#6826)
modified:
  lisp/ChangeLog
  lisp/tutorial.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-08-08 23:05:49 +0000
+++ b/lisp/ChangeLog    2010-08-08 23:14:33 +0000
@@ -1,5 +1,8 @@
 2010-08-08  Chong Yidong  <address@hidden>
 
+       * 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).
 

=== modified file 'lisp/tutorial.el'
--- a/lisp/tutorial.el  2010-08-07 09:31:03 +0000
+++ b/lisp/tutorial.el  2010-08-08 23:14:33 +0000
@@ -252,7 +252,7 @@
              ;; * 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])


reply via email to

[Prev in Thread] Current Thread [Next in Thread]