1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

(inferior-scheme-mode-map): Use copy-keymap.

This commit is contained in:
Richard M. Stallman 1994-03-02 16:45:37 +00:00
parent 5c07a9505f
commit 254b60f8b6

View File

@ -117,7 +117,7 @@
(cond ((not inferior-scheme-mode-map) (cond ((not inferior-scheme-mode-map)
(setq inferior-scheme-mode-map (setq inferior-scheme-mode-map
(full-copy-sparse-keymap comint-mode-map)) (copy-keymap comint-mode-map))
(define-key inferior-scheme-mode-map "\M-\C-x" ;gnu convention (define-key inferior-scheme-mode-map "\M-\C-x" ;gnu convention
'scheme-send-definition) 'scheme-send-definition)
(define-key inferior-scheme-mode-map "\C-x\C-e" 'scheme-send-last-sexp) (define-key inferior-scheme-mode-map "\C-x\C-e" 'scheme-send-last-sexp)