summaryrefslogtreecommitdiff
path: root/lisp/cmuscheme.el
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-03-16 20:39:07 +0000
committerJim Blandy <jimb@redhat.com>1992-03-16 20:39:07 +0000
commite8151d91bd02af2b60974c2a439450c81bd24974 (patch)
tree52141382c5b7e71a4fe612c0dfaff741778262b9 /lisp/cmuscheme.el
parent18806e8f99c254f8f7980ce593dc1532d8ff3373 (diff)
downloademacs-e8151d91bd02af2b60974c2a439450c81bd24974.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/cmuscheme.el')
-rw-r--r--lisp/cmuscheme.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/cmuscheme.el b/lisp/cmuscheme.el
index a2f4d0e7d88..b817b42e662 100644
--- a/lisp/cmuscheme.el
+++ b/lisp/cmuscheme.el
@@ -84,7 +84,6 @@
;;; *or* just delete the autoload declaration from scheme.el altogether,
;;; which will allow the autoload in your .emacs to have its say.
-(provide 'cmuscheme)
(require 'scheme)
(require 'comint)
@@ -428,3 +427,5 @@ This is a good place to put keybindings.")
;;; 3/12/90 Olin
;;; - scheme-load-file and scheme-compile-file no longer switch-to-scheme.
;;; Tale suggested this.
+
+(provide 'cmuscheme)