From 39a7b589052f7e1a8efc3fe66769282bd3911b58 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 27 Jan 2009 20:09:20 +0000 Subject: [PATCH] * 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. --- lisp/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) 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. -- 2.39.5