summaryrefslogtreecommitdiff
path: root/lisp/gud.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/gud.el')
-rw-r--r--lisp/gud.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gud.el b/lisp/gud.el
index 53f2acf8cb0..7be667ba8ba 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