From 0178cafafc47a895138e1245ca29f1cee7567f4c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 18 Oct 1994 06:35:19 +0000 Subject: [PATCH] (run-scheme): Delete autoload cookie. --- lisp/xscheme.el | 3 +-- 1 file changed, 1 insertion(+), 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.") (xscheme-evaluation-commands scheme-mode-map) (xscheme-interrupt-commands scheme-mode-map) -;;;###autoload (defun run-scheme (command-line) - "Run an inferior Scheme process. + "Run MIT Scheme in an inferior process. Output goes to the buffer `*scheme*'. With argument, asks for a command line." (interactive -- 2.39.5