]> code.delx.au - gnu-emacs/commitdiff
(gud-mode): Define C-c C-l in gud buffer.
authorRichard M. Stallman <rms@gnu.org>
Fri, 18 Feb 1994 20:10:05 +0000 (20:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 18 Feb 1994 20:10:05 +0000 (20:10 +0000)
lisp/gud.el

index fac1ae157055e076affb76467d7ed44c92faac26..208c80b87fd3049de5926e54264225c730a14da8 100644 (file)
@@ -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)