]> code.delx.au - gnu-emacs/blobdiff - lisp/gud.el
(gud-def): Don't use gud-key-prefix at compile time.
[gnu-emacs] / lisp / gud.el
index 53f2acf8cb08b00f8d050f9ca8eb9c1e3cd100a1..7be667ba8ba4d566a11f1bc82c55f838b35d5daf 100644 (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