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: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/sort.el,v
Date: Thu, 31 Jul 2008 05:34:10 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/07/31 05:33:56

Index: lisp/sort.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/sort.el,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -b -r1.67 -r1.68
--- lisp/sort.el        6 May 2008 07:57:50 -0000       1.67
+++ lisp/sort.el        31 Jul 2008 05:33:45 -0000      1.68
@@ -491,7 +491,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))
+      (if (not (or (memq system-type '(windows-nt))
                   (let ((pos beg1) plist fontified)
                     (catch 'found
                       (while (< pos end1)
@@ -516,7 +516,7 @@
            (when sort-fold-case
              (push "-f" sort-args))
            (apply #'call-process-region beg1 end1 "sort" t t nil sort-args))
-       ;; On VMS and ms-windows, use Emacs's own facilities.
+       ;; On ms-windows, use Emacs's own facilities.
        (save-excursion
          (save-restriction
            (narrow-to-region beg1 end1)




reply via email to

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