summaryrefslogtreecommitdiff
path: root/editors/emacs21/patches/patch-ba
blob: 6516533e01b3a6a37f17c265d2f9da1bdbbfb386 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ba,v 1.1 2007/06/11 13:38:43 markd Exp $

--- lisp/sort.el.orig	2001-07-16 04:15:34.000000000 +1200
+++ lisp/sort.el
@@ -493,7 +493,7 @@ Use \\[untabify] to convert tabs to spac
 	  ;; Use the sort utility if we can; it is 4 times as fast.
 	  ;; Do not use it if there are any properties in the region,
 	  ;; since the sort utility would lose the properties.
-	  (let ((sort-args (list (if reverse "-rt\n" "-t\n")
+	  (let ((sort-args (list (if reverse "-rt\t" "-t\t")
 				 (concat "+0." (int-to-string col-start))
 				 (concat "-0." (int-to-string col-end)))))
 	    (when sort-fold-case