Mercurial > emacs
changeset 6474:79765ff7bfa1
(sort-subr): Add autoload.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 23 Mar 1994 00:43:06 +0000 |
parents | 76bb655df959 |
children | e7db7f9c1fb4 |
files | lisp/sort.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.