From 0bfd987d28ec7c3c3c840775d3e7072e436bf82c Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 17 Mar 2006 00:41:18 +0000 Subject: [PATCH] (sort-build-lints): Add comment. --- lisp/sort.el | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.39.2