summaryrefslogtreecommitdiff
path: root/editors/emacs21/patches/patch-ba
diff options
context:
space:
mode:
Diffstat (limited to 'editors/emacs21/patches/patch-ba')
-rw-r--r--editors/emacs21/patches/patch-ba13
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/emacs21/patches/patch-ba b/editors/emacs21/patches/patch-ba
new file mode 100644
index 00000000000..6516533e01b
--- /dev/null
+++ b/editors/emacs21/patches/patch-ba
@@ -0,0 +1,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