changeset 54297:53aea6ea5ce9

(sort-columns): Remove ms-dos from the list of systems where the external `sort' command is not used.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 07 Mar 2004 07:07:55 +0000
parents 165e8b137f1b
children cf1bd1c870f7
files lisp/sort.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/sort.el	Sun Mar 07 06:53:16 2004 +0000
+++ b/lisp/sort.el	Sun Mar 07 07:07:55 2004 +0000
@@ -480,7 +480,7 @@
       (setq col-end (max col-beg1 col-end1))
       (if (search-backward "\t" beg1 t)
 	  (error "sort-columns does not work with tabs -- use M-x untabify"))
-      (if (not (or (memq system-type '(vax-vms windows-nt ms-dos))
+      (if (not (or (memq system-type '(vax-vms windows-nt))
 		   (let ((pos beg1) plist fontified)
 		     (catch 'found
 		       (while (< pos end1)