diff options
-rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6eb2700f942..736179b429d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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. |