mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
(gud-def): Don't use gud-key-prefix at compile time.
This commit is contained in:
parent
d0bee390dd
commit
2352cbea71
@ -106,7 +106,7 @@ we're in the GUD buffer)."
|
||||
(list 'quote func)))
|
||||
(if key
|
||||
(list 'global-set-key
|
||||
(concat gud-key-prefix key)
|
||||
(list 'concat 'gud-key-prefix key)
|
||||
(list 'quote func)))))
|
||||
|
||||
;; Where gud-display-frame should put the debugging arrow. This is
|
||||
|
Loading…
Reference in New Issue
Block a user