diff lisp/sort.el @ 584:4cd7543be581

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Mon, 16 Mar 1992 20:39:07 +0000
parents 1e0bc00dca7a
children 7cbd4fcd8b0f
line wrap: on
line diff
--- a/lisp/sort.el	Mon Mar 16 20:39:05 1992 +0000
+++ b/lisp/sort.el	Mon Mar 16 20:39:07 1992 +0000
@@ -17,8 +17,6 @@
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
-(provide 'sort)
-
 ;; Original version of most of this contributed by Howie Kaye
 
 (defun sort-subr (reverse nextrecfun endrecfun &optional startkeyfun endkeyfun)
@@ -444,3 +442,6 @@
 	(insert (car ll) "\n")
 	(setq ll (cdr ll)))
       (insert (car ll)))))
+
+(provide 'sort)
+