1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-21 18:23:59 +00:00

(vc-status-update): Fix typo.

This commit is contained in:
Stefan Monnier 2008-04-14 16:21:23 +00:00
parent e157d7babc
commit fc6dcd067d
2 changed files with 5 additions and 1 deletions

View 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

View 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)))