]> git.eshelyaron.com Git - emacs.git/commit
Avoid having gud bug out if `C-x C-a' has been bound
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 4 Dec 2021 20:44:58 +0000 (21:44 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 4 Dec 2021 21:49:44 +0000 (22:49 +0100)
commitae415e79714eecaf2bd32059df9dc223db1adb7d
treebdb932a2bc6fbfe0cd33173aef9eb4b5ed63d0ff
parent2898566fa0db33804cde57a34475e4c32f2f9bf2
Avoid having gud bug out if `C-x C-a' has been bound

* lisp/progmodes/gdb-mi.el (gud-global-map): Use gud-global-map.
* lisp/progmodes/gud.el (gud-global-map): Define a map instead of
assuming that `C-x C-a' is undefined (bug#6035).
(gud-def): Use the map.
lisp/progmodes/gdb-mi.el
lisp/progmodes/gud.el