(sort-subr): Add autoload.

This commit is contained in:
Richard M. Stallman 1994-03-23 00:43:06 +00:00
parent 5907b8633f
commit 32033024d7

View 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.