From: Richard M. Stallman Date: Wed, 23 Mar 1994 00:43:06 +0000 (+0000) Subject: (sort-subr): Add autoload. X-Git-Tag: emacs-19.34~9378 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=32033024d70a286efffdcd53ed3021d25e3446ec;p=emacs.git (sort-subr): Add autoload. --- diff --git a/lisp/sort.el b/lisp/sort.el index 61fa2988317..0d6dcb1abf9 100644 --- a/lisp/sort.el +++ b/lisp/sort.el @@ -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.