From c1259c7a21d9cfe4f8bcf74b9d6704477a923272 Mon Sep 17 00:00:00 2001 From: dickmao Date: Wed, 29 Sep 2021 23:04:24 -0400 Subject: [PATCH] As was the case in commit 222d033. I don't make the rules. * lisp/bindings.el (global-map): Fix bootstrap. --- lisp/bindings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/bindings.el b/lisp/bindings.el index 9a3505058c..ded5e27dbd 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -994,7 +994,7 @@ undo-repeat-map "Keymap to repeat undo key sequences `C-x u u'. Used in `repeat-mode'.") (put 'undo 'repeat-map 'undo-repeat-map) -(define-key global-map (kbd "C-?") 'undo-redo) +(define-key global-map "\C-?" 'undo-redo) (define-key global-map [?\C-\M-_] 'undo-redo) (define-key esc-map "!" 'shell-command) -- 2.26.2