Mercurial > emacs
changeset 94084:603bcf433ab2
(vc-status-update): Fix typo.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 14 Apr 2008 16:21:23 +0000 |
parents | 700949191760 |
children | 7601144a671f |
files | lisp/ChangeLog lisp/vc.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Apr 14 16:16:01 2008 +0000 +++ b/lisp/ChangeLog Mon Apr 14 16:21:23 2008 +0000 @@ -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
--- a/lisp/vc.el Mon Apr 14 16:16:01 2008 +0000 +++ b/lisp/vc.el Mon Apr 14 16:21:23 2008 +0000 @@ -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)))