From: Chong Yidong Date: Tue, 27 Jan 2009 20:09:38 +0000 (+0000) Subject: the latter is not available on ttys anyway. X-Git-Tag: emacs-pretest-23.0.90~145 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=411c010477d70b5a13ae9bffbf194517ad7cafcb;p=emacs.git the latter is not available on ttys anyway. --- 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])))