# HG changeset patch # User Richard M. Stallman # Date 764383386 0 # Node ID 79765ff7bfa189643c6ce6821647293a8d7afd7a # Parent 76bb655df959c80d51a9bf9b9b80ed3d2e3107b4 (sort-subr): Add autoload. diff -r 76bb655df959 -r 79765ff7bfa1 lisp/sort.el --- a/lisp/sort.el Tue Mar 22 23:36:28 1994 +0000 +++ b/lisp/sort.el Wed Mar 23 00:43:06 1994 +0000 @@ -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.