From 411c010477d70b5a13ae9bffbf194517ad7cafcb Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 27 Jan 2009 20:09:38 +0000 Subject: [PATCH] the latter is not available on ttys anyway. --- lisp/simple.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/simple.el b/lisp/simple.el index 3b66fd1b912..c19addef48a 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -6221,8 +6221,7 @@ See also `normal-erase-is-backspace'." (cond ((or (memq window-system '(x w32 ns pc)) (memq system-type '(ms-dos windows-nt))) (let* ((bindings - `(([C-delete] [C-backspace]) - ([M-delete] [M-backspace]) + `(([M-delete] [M-backspace]) ([C-M-delete] [C-M-backspace]) (,esc-map [C-delete] [C-backspace]))) -- 2.39.5