diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-01-27 20:10:00 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-01-27 20:10:00 +0000 |
commit | ff23ac210ae56cad7871988ee73a78f57676cd3e (patch) | |
tree | 9b399bdb02a00a09fa3c9afeeac3ac73f165941d /lisp | |
parent | 7957d2f59311405460acc2631d0107abb409b24e (diff) | |
download | emacs-ff23ac210ae56cad7871988ee73a78f57676cd3e.tar.gz emacs-ff23ac210ae56cad7871988ee73a78f57676cd3e.tar.bz2 emacs-ff23ac210ae56cad7871988ee73a78f57676cd3e.zip |
Fix last changelog entry.
Diffstat (limited to 'lisp')
-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. |