Mercurial > emacs
comparison lisp/ChangeLog @ 101579:7864afd0c90d
Fix last changelog entry.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 27 Jan 2009 20:10:00 +0000 |
parents | a46c34d5b31d |
children | 04b7fc91379d |
comparison
equal
deleted
inserted
replaced
101578:84d629592864 | 101579:7864afd0c90d |
---|---|
1 2009-01-27 Chong Yidong <cyd@stupidchicken.com> | 1 2009-01-27 Chong Yidong <cyd@stupidchicken.com> |
2 | 2 |
3 * bindings.el ([C-backspace]): Swap C-delete and C-backspace | 3 * bindings.el: Swap C-delete and C-backspace bindings here, so we |
4 bindings here, so we don't have to do it in | 4 don't have to do it in normal-erase-is-backspace-mode. |
5 normal-erase-is-backspace-mode. | |
6 | 5 |
7 * simple.el (normal-erase-is-backspace-mode): Don't swap C-delete | 6 * simple.el (normal-erase-is-backspace-mode): Don't swap C-delete |
8 and C-backspace; the latter is not available on ttys anyway. | 7 and C-backspace; the latter is not available on ttys anyway. |
9 | 8 |
10 2009-01-27 Tassilo Horn <tassilo@member.fsf.org> | 9 2009-01-27 Tassilo Horn <tassilo@member.fsf.org> |