From: Chong Yidong Date: Tue, 27 Jan 2009 20:09:20 +0000 (+0000) Subject: * bindings.el ([C-backspace]): Swap C-delete and C-backspace X-Git-Tag: emacs-pretest-23.0.90~146 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=39a7b589052f7e1a8efc3fe66769282bd3911b58;p=emacs.git * 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 --git a/lisp/ChangeLog b/lisp/ChangeLog index a8a7ac85a8d..6eb2700f942 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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.