aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gud.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-02-18 20:10:05 +0000
committerRichard M. Stallman <[email protected]>1994-02-18 20:10:05 +0000
commit2b64612dcb41ae7ed4d2d06615df8b62bc5dbb27 (patch)
tree50f73bd1bf22b00c6236979fdce41c76c46d345d /lisp/gud.el
parent4561b08b0abb0571270fdbbfff69ef99f6949cc8 (diff)
(gud-mode): Define C-c C-l in gud buffer.
Diffstat (limited to 'lisp/gud.el')
-rw-r--r--lisp/gud.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/gud.el b/lisp/gud.el
index fac1ae1570..208c80b87f 100644
--- a/lisp/gud.el
+++ b/lisp/gud.el
@@ -772,6 +772,7 @@ comint mode, which see."
(setq mode-name "Debugger")
(setq mode-line-process '(": %s"))
(use-local-map (copy-keymap comint-mode-map))
+ (define-key (current-local-map) "\C-c\C-l" 'gud-refresh)
(make-local-variable 'gud-last-frame)
(setq gud-last-frame nil)
(make-local-variable 'comint-prompt-regexp)