]> git.eshelyaron.com Git - emacs.git/commit
gud.el: Fix bug#62041
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 8 Mar 2023 20:08:00 +0000 (15:08 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 8 Mar 2023 20:08:00 +0000 (15:08 -0500)
commit2e73dec15f2555128c370ba48a077f1a178b2731
tree328d9746b745011fb3f89d5f82c07588a26b8faa
parent5ff018524c740c77215ddb5d5983dbfcadb05599
gud.el: Fix bug#62041

Add a new `gud-shared-mode-map` where we put the bindings
shared between `gud-minor-mode-map` and `gud-mode-map`.

* lisp/progmodes/gud.el (gud-shared-mode-map): New keymap.
(gud-mode-map, gud-minor-mode-map): Use it as parent.
(gud-menu-map): Put the menu in that new keymap.
(gud-speedbar-buttons, gdb-script-font-lock-syntactic-face)
(gdb-script-indent-line): Skip obsolete face variables.
lisp/progmodes/gud.el