1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-06 20:49:33 +00:00

(gud-mode): Define C-c C-l in gud buffer.

This commit is contained in:
Richard M. Stallman 1994-02-18 20:10:05 +00:00
parent 4561b08b0a
commit 2b64612dcb

View 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)