1
Fork 0
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:
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