aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)."
106 (list 'quote func))) 106 (list 'quote func)))
107 (if key 107 (if key
108 (list 'global-set-key 108 (list 'global-set-key
109 (concat gud-key-prefix key) 109 (list 'concat 'gud-key-prefix key)
110 (list 'quote func))))) 110 (list 'quote func)))))
111 111
112;; Where gud-display-frame should put the debugging arrow. This is 112;; Where gud-display-frame should put the debugging arrow. This is