]> code.delx.au - gnu-emacs/commitdiff
* bindings.el ([C-backspace]): Swap C-delete and C-backspace
authorChong Yidong <cyd@stupidchicken.com>
Tue, 27 Jan 2009 20:09:20 +0000 (20:09 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 27 Jan 2009 20:09:20 +0000 (20:09 +0000)
bindings here, so we don't have to do it in
normal-erase-is-backspace-mode.

* simple.el (normal-erase-is-backspace-mode): Don't swap C-delete
and C-backspace; the latter is not available on ttys anyway.

lisp/ChangeLog

index a8a7ac85a8df413a1e6014808b39da120b84c8a3..6eb2700f9423da4494167c3b9c1be00670cdcee2 100644 (file)
@@ -1,3 +1,12 @@
+2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
+
+       * bindings.el ([C-backspace]): Swap C-delete and C-backspace
+       bindings here, so we don't have to do it in
+       normal-erase-is-backspace-mode.
+
+       * simple.el (normal-erase-is-backspace-mode): Don't swap C-delete
+       and C-backspace; the latter is not available on ttys anyway.
+
 2009-01-27  Tassilo Horn  <tassilo@member.fsf.org>
 
        (doc-view-mode): Fix broken call to string-match.