summaryrefslogtreecommitdiff
path: root/lisp/sort.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-03-23 00:43:06 +0000
committerRichard M. Stallman <rms@gnu.org>1994-03-23 00:43:06 +0000
commit2d67c6266eb455b7f605880ea560bdf3f8d94053 (patch)
treefb3a297b91277276e160d438dccebacfc6f3fa77 /lisp/sort.el
parent45abdcb320ec468f19f2bbd5390c9daaf4dc77a2 (diff)
downloademacs-2d67c6266eb455b7f605880ea560bdf3f8d94053.tar.gz
(sort-subr): Add autoload.
Diffstat (limited to 'lisp/sort.el')
-rw-r--r--lisp/sort.el1
1 files changed, 1 insertions, 0 deletions
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.