From 46e14f67f75e4d55e516652fbd49b1abd6e36543 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 21 May 2003 15:29:36 +0000 Subject: [PATCH] (ctl-x-map): Remove the C-x U binding added recently. --- lisp/simple.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/simple.el b/lisp/simple.el index 64b56d5dfbb..c0796bd6a81 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -1025,7 +1025,9 @@ A numeric argument serves as a repeat count. Contrary to `undo', this will not redo a previous undo." (interactive "*p") (let ((undo-no-redo t)) (undo arg))) -(define-key ctl-x-map "U" 'undo-only) +;; Richard said that we should not use C-x and I have +;; no idea whereas to bind it. Any suggestion welcome. -stef +;; (define-key ctl-x-map "U" 'undo-only) (defvar pending-undo-list nil "Within a run of consecutive undo commands, list remaining to be undone.") -- 2.39.2