aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-05-31 05:54:07 +0000
committerRichard M. Stallman <[email protected]>1993-05-31 05:54:07 +0000
commit2352cbea71c3edad2eaba7cea8a280bcf7a7a3ed (patch)
tree8c933339bbfb5ade0cae526ef6f13149731b05e6
parentd0bee390ddc6377470005d83b17680dcd3391773 (diff)
(gud-def): Don't use gud-key-prefix at compile time.
-rw-r--r--lisp/gud.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gud.el b/lisp/gud.el
index 53f2acf8cb..7be667ba8b 100644
--- a/lisp/gud.el
+++ b/lisp/gud.el
@@ -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