]> code.delx.au - gnu-emacs/commitdiff
(sort-build-lists): Temporarily bind
authorKenichi Handa <handa@m17n.org>
Thu, 16 Mar 2006 02:11:08 +0000 (02:11 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 16 Mar 2006 02:11:08 +0000 (02:11 +0000)
inhibit-field-text-motion to t.

lisp/ChangeLog
lisp/sort.el

index d9408ea25f17b6845bd40e609a83279fb5742121..22a20d99412f032fd1bebaf3c1299aab5a64247e 100644 (file)
@@ -1,3 +1,8 @@
+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)
index 5183bf65afa5809bf0916c555b80131637c84b9b..f6ce9a6c7b0d1bec7ec9e237b318cf0b57098e0d 100644 (file)
@@ -121,6 +121,7 @@ it defaults to `<', otherwise it defaults to `string<'."
 (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