inhibit-field-text-motion to t.
+2006-03-16 Kenichi Handa <handa@m17n.org>
+
+ * sort.el (sort-build-lists): Temporarily bind
+ inhibit-field-text-motion to t.
+
2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
* locate.el (locate-command, locate-make-command-line)
(defun sort-build-lists (nextrecfun endrecfun startkeyfun endkeyfun)
(let ((sort-lists ())
(start-rec nil)
+ (inhibit-field-text-motion t)
done key)
;; Loop over sort records.
;(goto-char (point-min)) -- it is the caller's responsibility to