1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00

Add a provide call.

This commit is contained in:
Richard M. Stallman 1993-11-13 11:20:56 +00:00
parent 22b092ef9e
commit ff383ac0d7

View 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