changeset 5997:6187a2560211

(gud-mode): Define C-c C-l in gud buffer.
author Richard M. Stallman <rms@gnu.org>
date Fri, 18 Feb 1994 20:10:05 +0000
parents 36e1485fa93b
children ec2589ce0fdc
files lisp/gud.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gud.el	Fri Feb 18 19:46:53 1994 +0000
+++ b/lisp/gud.el	Fri Feb 18 20:10:05 1994 +0000
@@ -772,6 +772,7 @@
   (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)