emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/vc.el,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el,v
Date: Mon, 14 Apr 2008 16:21:25 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/04/14 16:21:23

Index: vc.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc.el,v
retrieving revision 1.580
retrieving revision 1.581
diff -u -b -r1.580 -r1.581
--- vc.el       14 Apr 2008 15:19:04 -0000      1.580
+++ vc.el       14 Apr 2008 16:21:23 -0000      1.581
@@ -3030,7 +3030,7 @@
           (cond
            ((string-lessp nodefile entryfile)
             (setq node (ewoc-next vc-status node)))
-           ((string-lessp nodefile entryfile)
+           ((string-lessp entryfile nodefile)
             (unless noinsert
               (ewoc-enter-before vc-status node
                                  (apply 'vc-status-create-fileinfo entry)))




reply via email to

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