(sort-build-lints): Add comment.
authorKenichi Handa <handa@m17n.org>
Fri, 17 Mar 2006 00:41:18 +0000 (00:41 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 17 Mar 2006 00:41:18 +0000 (00:41 +0000)
lisp/sort.el

index f6ce9a6..c3d135f 100644 (file)
@@ -121,6 +121,8 @@ it defaults to `<', otherwise it defaults to `string<'."
 (defun sort-build-lists (nextrecfun endrecfun startkeyfun endkeyfun)
   (let ((sort-lists ())
        (start-rec nil)
+       ;; To avoid such functins as `end-of-line' being affected by
+       ;; fields.
        (inhibit-field-text-motion t)
        done key)
     ;; Loop over sort records.