]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-status-update): Fix typo.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 14 Apr 2008 16:21:23 +0000 (16:21 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 14 Apr 2008 16:21:23 +0000 (16:21 +0000)
lisp/ChangeLog
lisp/vc.el

index 937c4dfdc69f2b88f56e245e8522edd6b5378ca2..97651c6539004b9e9d2f2a2901842dceeadbbd79 100644 (file)
@@ -1,3 +1,7 @@
+2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc.el (vc-status-update): Fix typo.
+
 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
 
        * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
index e946191a0e02b1b22eab048d69958cff80932c1b..b54523fa48f4d5bedf1ea1a3184362643b03dd60 100644 (file)
@@ -3030,7 +3030,7 @@ If NOINSERT, ignore elements on ENTRIES which are not in the ewoc."
           (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)))