aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation/mlsupport.el
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1992-03-16 20:39:07 +0000
committerJim Blandy <[email protected]>1992-03-16 20:39:07 +0000
commit49116ac071969bee7f129bf7ce725c7a5b0b0fc5 (patch)
tree60c249f15b04478367256fef95c6fd7557f263b9 /lisp/emulation/mlsupport.el
parent3b4a6e271d44955328c39de1475e42cf0b4cd637 (diff)
*** empty log message ***
Diffstat (limited to 'lisp/emulation/mlsupport.el')
-rw-r--r--lisp/emulation/mlsupport.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/emulation/mlsupport.el b/lisp/emulation/mlsupport.el
index 14e7a3c955..521b64ce28 100644
--- a/lisp/emulation/mlsupport.el
+++ b/lisp/emulation/mlsupport.el
@@ -18,8 +18,6 @@
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
-(provide 'mlsupport)
-
(defmacro ml-defun (&rest defs)
(list 'ml-defun-1 (list 'quote defs)))
@@ -403,3 +401,6 @@
(if (< from 0) (setq from (+ from length)))
(if (< to 0) (setq to (+ to length)))
(substring string from (+ from to))))
+
+(provide 'mlsupport)
+