diff options
| author | Richard M. Stallman | 1994-10-18 06:35:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-10-18 06:35:19 +0000 |
| commit | 0178cafafc47a895138e1245ca29f1cee7567f4c (patch) | |
| tree | 14dc1cca61dbe651d44f6b73e0a7f57f03bad573 | |
| parent | a03385143cceaa8d68f69fbe969b9042fe7b35b4 (diff) | |
| download | emacs-0178cafafc47a895138e1245ca29f1cee7567f4c.tar.gz emacs-0178cafafc47a895138e1245ca29f1cee7567f4c.zip | |
(run-scheme): Delete autoload cookie.
| -rw-r--r-- | lisp/xscheme.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/xscheme.el b/lisp/xscheme.el index 2c2b0092132..674b2443a1f 100644 --- a/lisp/xscheme.el +++ b/lisp/xscheme.el | |||
| @@ -77,9 +77,8 @@ Is processed with `substitute-command-keys' first.") | |||
| 77 | (xscheme-evaluation-commands scheme-mode-map) | 77 | (xscheme-evaluation-commands scheme-mode-map) |
| 78 | (xscheme-interrupt-commands scheme-mode-map) | 78 | (xscheme-interrupt-commands scheme-mode-map) |
| 79 | 79 | ||
| 80 | ;;;###autoload | ||
| 81 | (defun run-scheme (command-line) | 80 | (defun run-scheme (command-line) |
| 82 | "Run an inferior Scheme process. | 81 | "Run MIT Scheme in an inferior process. |
| 83 | Output goes to the buffer `*scheme*'. | 82 | Output goes to the buffer `*scheme*'. |
| 84 | With argument, asks for a command line." | 83 | With argument, asks for a command line." |
| 85 | (interactive | 84 | (interactive |