# HG changeset patch # User Gerd Moellmann # Date 961525475 0 # Node ID e4668ff0692c57853e238e691de0465ddf128f10 # Parent 419756e432577aa5ac429520c625ddfab1a7968b (pc-selection-mode): Bind `M-\d' instead of `M-backspace'. diff -r 419756e43257 -r e4668ff0692c lisp/emulation/pc-select.el --- a/lisp/emulation/pc-select.el Tue Jun 20 18:24:22 2000 +0000 +++ b/lisp/emulation/pc-select.el Tue Jun 20 18:24:35 2000 +0000 @@ -2,7 +2,7 @@ ;;; (or MAC GUI or MS-windoze (bah)) look-and-feel ;;; including key bindings. -;; Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. +;; Copyright (C) 1995, 1996, 1997, 2000 Free Software Foundation, Inc. ;; Author: Michael Staats ;; Keywords: convenience @@ -743,7 +743,7 @@ (global-set-key [f6] 'other-window) ; KNextPane F6 (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 + (global-set-key "\M-\d" 'undo) ; KUndo aBS ;; The following bindings are taken from pc-mode.el ;; as suggested by RMS.