]> git.eshelyaron.com Git - emacs.git/commitdiff
Add a provide call.
authorRichard M. Stallman <rms@gnu.org>
Sat, 13 Nov 1993 11:20:56 +0000 (11:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 13 Nov 1993 11:20:56 +0000 (11:20 +0000)
lisp/xscheme.el

index c89ceaed073e313e07579eff23b171c6547f7dba..722d0a4c3b8d778a365d1f36c0e00eda863250d8 100644 (file)
@@ -878,4 +878,6 @@ the remaining input.")
                     (if (nth 2 state) 'many 'one)))))
        (set-syntax-table old-syntax-table)))))
 
+(provide 'xscheme)
+
 ;;; xscheme.el ends here