From: Kenichi Handa Date: Fri, 17 Mar 2006 00:41:18 +0000 (+0000) Subject: (sort-build-lints): Add comment. X-Git-Tag: emacs-pretest-22.0.90~3561 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0bfd987d28ec7c3c3c840775d3e7072e436bf82c;p=emacs.git (sort-build-lints): Add comment. --- diff --git a/lisp/sort.el b/lisp/sort.el index f6ce9a6c7b0..c3d135f4c66 100644 --- a/lisp/sort.el +++ b/lisp/sort.el @@ -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.