# HG changeset patch # User Juanma Barranquero # Date 1162568638 0 # Node ID b63188c3288db4c1ee56d5ec80f0408a60165bce # Parent 3c539f2ffdc3fa1a886a9b5edff1216d2497a95d Reword comment. diff -r 3c539f2ffdc3 -r b63188c3288d lisp/sort.el --- a/lisp/sort.el Fri Nov 03 15:13:38 2006 +0000 +++ b/lisp/sort.el Fri Nov 03 15:43:58 2006 +0000 @@ -505,10 +505,8 @@ ;; Use the sort utility if we can; it is 4 times as fast. ;; Do not use it if there are any non-font-lock properties ;; in the region, since the sort utility would lose the - ;; properties. - ;; Set the field separator to tab to have the same effect as - ;; sort-columns which makes sure there are no tabs in the region - ;; worked. + ;; properties. Tabs are used as field separator; on NetBSD, + ;; sort complains if "\n" is used as field separator. (let ((sort-args (list (if reverse "-rt\t" "-t\t") (format "-k1.%d,1.%d" (1+ col-start)