mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-12 10:44:12 -08:00
(gud-def): Don't use gud-key-prefix at compile time.
This commit is contained in:
parent
d0bee390dd
commit
2352cbea71
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue