changeset 101579:7864afd0c90d

Fix last changelog entry.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 27 Jan 2009 20:10:00 +0000
parents 84d629592864
children 04b7fc91379d
files lisp/ChangeLog
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Jan 27 20:09:47 2009 +0000
+++ b/lisp/ChangeLog	Tue Jan 27 20:10:00 2009 +0000
@@ -1,8 +1,7 @@
 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.
+	* bindings.el: 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.