aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/xscheme.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-11-13 11:20:56 +0000
committerRichard M. Stallman <[email protected]>1993-11-13 11:20:56 +0000
commitff383ac0d746eae992b1c3a2134b0ce9b4244fe1 (patch)
tree7d8f906e958e4438ba9258aa4cdb795d583205a0 /lisp/xscheme.el
parent22b092ef9e0688206878618faf8921c70de8c04b (diff)
Add a provide call.
Diffstat (limited to 'lisp/xscheme.el')
-rw-r--r--lisp/xscheme.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/xscheme.el b/lisp/xscheme.el
index c89ceaed07..722d0a4c3b 100644
--- a/lisp/xscheme.el
+++ b/lisp/xscheme.el
@@ -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