emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/sort.el


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/sort.el
Date: Thu, 16 Mar 2006 02:10:56 +0000

Index: emacs/lisp/sort.el
diff -u emacs/lisp/sort.el:1.53 emacs/lisp/sort.el:1.54
--- emacs/lisp/sort.el:1.53     Tue Feb 21 19:52:28 2006
+++ emacs/lisp/sort.el  Thu Mar 16 02:10:56 2006
@@ -121,6 +121,7 @@
 (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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]