aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-02-18 20:10:05 +0000
committerRichard M. Stallman1994-02-18 20:10:05 +0000
commit2b64612dcb41ae7ed4d2d06615df8b62bc5dbb27 (patch)
tree50f73bd1bf22b00c6236979fdce41c76c46d345d
parent4561b08b0abb0571270fdbbfff69ef99f6949cc8 (diff)
downloademacs-2b64612dcb41ae7ed4d2d06615df8b62bc5dbb27.tar.gz
emacs-2b64612dcb41ae7ed4d2d06615df8b62bc5dbb27.zip
(gud-mode): Define C-c C-l in gud buffer.
-rw-r--r--lisp/gud.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/gud.el b/lisp/gud.el
index fac1ae15705..208c80b87fd 100644
--- a/lisp/gud.el
+++ b/lisp/gud.el
@@ -772,6 +772,7 @@ comint mode, which see."
772 (setq mode-name "Debugger") 772 (setq mode-name "Debugger")
773 (setq mode-line-process '(": %s")) 773 (setq mode-line-process '(": %s"))
774 (use-local-map (copy-keymap comint-mode-map)) 774 (use-local-map (copy-keymap comint-mode-map))
775 (define-key (current-local-map) "\C-c\C-l" 'gud-refresh)
775 (make-local-variable 'gud-last-frame) 776 (make-local-variable 'gud-last-frame)
776 (setq gud-last-frame nil) 777 (setq gud-last-frame nil)
777 (make-local-variable 'comint-prompt-regexp) 778 (make-local-variable 'comint-prompt-regexp)