1
0
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:
Richard M. Stallman 1993-05-31 05:54:07 +00:00
parent d0bee390dd
commit 2352cbea71

View File

@ -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