emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lib-src/rcs-checkin


From: Paul Eggert
Subject: [Emacs-diffs] Changes to emacs/lib-src/rcs-checkin
Date: Sun, 10 Feb 2002 03:09:00 -0500

Index: emacs/lib-src/rcs-checkin
diff -c emacs/lib-src/rcs-checkin:1.7 emacs/lib-src/rcs-checkin:1.8
*** emacs/lib-src/rcs-checkin:1.7       Tue Feb 20 08:29:09 2001
--- emacs/lib-src/rcs-checkin   Sun Feb 10 03:08:59 2002
***************
*** 73,79 ****
        # Get list of old files.
        oldfiles=`
                ls $file.~[0-9]*~ 2>/dev/null |
!               sort -t~ -n +1
        `
  
        # Check that they are properly sorted by date.
--- 73,79 ----
        # Get list of old files.
        oldfiles=`
                ls $file.~[0-9]*~ 2>/dev/null |
!               sort -t~ -n -k 2
        `
  
        # Check that they are properly sorted by date.



reply via email to

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