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:
parent
e157d7babc
commit
fc6dcd067d
@ -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
|
||||
|
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user