diff lisp/emulation/mlsupport.el @ 584:4cd7543be581

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Mon, 16 Mar 1992 20:39:07 +0000
parents 63b375f17a65
children 505130d1ddf8
line wrap: on
line diff
--- a/lisp/emulation/mlsupport.el	Mon Mar 16 20:39:05 1992 +0000
+++ b/lisp/emulation/mlsupport.el	Mon Mar 16 20:39:07 1992 +0000
@@ -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)
+