mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Fix a recent change of 'undo-redo' binding
* lisp/bindings.el (global-map): Fix the binding of 'undo-redo'. (Bug#50911)
This commit is contained in:
parent
b9464a9237
commit
6e3017d7de
1 changed files with 1 additions and 1 deletions
|
|
@ -994,7 +994,7 @@ if `inhibit-field-text-motion' is non-nil."
|
|||
"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 "\C-?" 'undo-redo)
|
||||
(define-key global-map '[(control ??)] 'undo-redo)
|
||||
(define-key global-map [?\C-\M-_] 'undo-redo)
|
||||
|
||||
(define-key esc-map "!" 'shell-command)
|
||||
|
|
|
|||
Loading…
Reference in a new issue