diff options
author | Kenichi Handa <handa@m17n.org> | 2006-03-17 00:41:18 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2006-03-17 00:41:18 +0000 |
commit | 0bfd987d28ec7c3c3c840775d3e7072e436bf82c (patch) | |
tree | 00db5d63bd7de918536cae23bf8733180847212b /lisp/sort.el | |
parent | afe28525db0039af85e1b7aebbc73496737f75f2 (diff) | |
download | emacs-0bfd987d28ec7c3c3c840775d3e7072e436bf82c.tar.gz |
(sort-build-lints): Add comment.
Diffstat (limited to 'lisp/sort.el')
-rw-r--r-- | lisp/sort.el | 2 |
1 files changed, 2 insertions, 0 deletions
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. |