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,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/sort.el,v
Date: Fri, 03 Nov 2006 15:43:58 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      06/11/03 15:43:58

Index: sort.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/sort.el,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -b -r1.57 -r1.58
--- sort.el     3 Nov 2006 14:33:38 -0000       1.57
+++ sort.el     3 Nov 2006 15:43:58 -0000       1.58
@@ -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)




reply via email to

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