# HG changeset patch # User Chong Yidong # Date 1233086960 0 # Node ID a46c34d5b31d32802799247c0b593a109ddee2f0 # Parent 4372a2194e537ce6f4e07f33fba26c4426fd7c82 * 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. diff -r 4372a2194e53 -r a46c34d5b31d lisp/ChangeLog --- 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 + + * 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 (doc-view-mode): Fix broken call to string-match.