From: Richard M. Stallman Date: Fri, 18 Feb 1994 20:10:05 +0000 (+0000) Subject: (gud-mode): Define C-c C-l in gud buffer. X-Git-Tag: emacs-19.34~9855 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2b64612dcb41ae7ed4d2d06615df8b62bc5dbb27;p=emacs.git (gud-mode): Define C-c C-l in gud buffer. --- 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." (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)