]> git.eshelyaron.com Git - emacs.git/commitdiff
(sort-subr): Add autoload.
authorRichard M. Stallman <rms@gnu.org>
Wed, 23 Mar 1994 00:43:06 +0000 (00:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 23 Mar 1994 00:43:06 +0000 (00:43 +0000)
lisp/sort.el

index 61fa29883173fb7ffeca3c3bd9cd7e141e076c30..0d6dcb1abf9e87e8b96863976f1419aaae2254c4 100644 (file)
@@ -32,6 +32,7 @@
 (defvar sort-fold-case nil
   "*Non-nil if the buffer sort functions should ignore case.")
 
+;;;###autoload
 (defun sort-subr (reverse nextrecfun endrecfun &optional startkeyfun endkeyfun)
   "General text sorting routine to divide buffer into records and sort them.
 Arguments are REVERSE NEXTRECFUN ENDRECFUN &optional STARTKEYFUN ENDKEYFUN.