changeset 101576:a46c34d5b31d

* 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.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 27 Jan 2009 20:09:20 +0000
parents 4372a2194e53
children 50a9b1249468
files lisp/ChangeLog
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Jan 27 18:34:02 2009 +0000
+++ b/lisp/ChangeLog	Tue Jan 27 20:09:20 2009 +0000
@@ -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.