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:
parent
4561b08b0a
commit
2b64612dcb
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user