comparison lisp/xscheme.el @ 258:1e0bc00dca7a

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Thu, 09 May 1991 21:50:55 +0000
parents d805392d61e7
children d74e65773062
comparison
equal deleted inserted replaced
257:e5ba2ba35226 258:1e0bc00dca7a
67 (define-key keymap "\C-c\C-x" 'xscheme-send-control-x-interrupt)) 67 (define-key keymap "\C-c\C-x" 'xscheme-send-control-x-interrupt))
68 68
69 (xscheme-evaluation-commands scheme-mode-map) 69 (xscheme-evaluation-commands scheme-mode-map)
70 (xscheme-interrupt-commands scheme-mode-map) 70 (xscheme-interrupt-commands scheme-mode-map)
71 71
72 ;;;###autoload
72 (defun run-scheme (command-line) 73 (defun run-scheme (command-line)
73 "Run an inferior Scheme process. 74 "Run an inferior Scheme process.
74 Output goes to the buffer `*scheme*'. 75 Output goes to the buffer `*scheme*'.
75 With argument, asks for a command line." 76 With argument, asks for a command line."
76 (interactive 77 (interactive