From: Richard M. Stallman Date: Fri, 10 Nov 1995 17:19:47 +0000 (+0000) Subject: (pc-selection-mode): Don't mess with c-mode-map. X-Git-Tag: emacs-19.34~2384 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4bba4654c6f16fefbe2e7c222fa4ea6ef8f155bf;p=emacs.git (pc-selection-mode): Don't mess with c-mode-map. --- diff --git a/lisp/emulation/pc-select.el b/lisp/emulation/pc-select.el index 220c58b1224..eb3798f0b3a 100644 --- a/lisp/emulation/pc-select.el +++ b/lisp/emulation/pc-select.el @@ -549,7 +549,6 @@ the MAC GUI or MS-Windows (sorry for the last one)." (global-set-key [delete] 'delete-char) ; KDelete Del (global-set-key [C-delete] 'kill-line) ; KEraseEndLine cDel (global-set-key [M-backspace] 'undo) ; KUndo aBS - (define-key c-mode-map [M-backspace] 'undo) (global-set-key [C-down] 'forward-paragraph-nomark) ; KNextPara cDn (global-set-key [C-up] 'backward-paragraph-nomark) ; KPrevPara cUp (global-set-key [S-C-down] 'forward-paragraph-mark)