comparison lisp/gud.el @ 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 67db1f804162
children fab2ffdf64d5
comparison
equal deleted inserted replaced
5996:36e1485fa93b 5997:6187a2560211
770 (comint-mode) 770 (comint-mode)
771 (setq major-mode 'gud-mode) 771 (setq major-mode 'gud-mode)
772 (setq mode-name "Debugger") 772 (setq mode-name "Debugger")
773 (setq mode-line-process '(": %s")) 773 (setq mode-line-process '(": %s"))
774 (use-local-map (copy-keymap comint-mode-map)) 774 (use-local-map (copy-keymap comint-mode-map))
775 (define-key (current-local-map) "\C-c\C-l" 'gud-refresh)
775 (make-local-variable 'gud-last-frame) 776 (make-local-variable 'gud-last-frame)
776 (setq gud-last-frame nil) 777 (setq gud-last-frame nil)
777 (make-local-variable 'comint-prompt-regexp) 778 (make-local-variable 'comint-prompt-regexp)
778 (make-local-variable 'gud-delete-prompt-marker) 779 (make-local-variable 'gud-delete-prompt-marker)
779 (setq gud-delete-prompt-marker (make-marker)) 780 (setq gud-delete-prompt-marker (make-marker))