mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
; * lisp/vc/vc-dir.el (vc-dir-update): Add an assertion.
This commit is contained in:
parent
51f823a3af
commit
2c2f1c00ac
1 changed files with 2 additions and 1 deletions
|
|
@ -646,7 +646,8 @@ Also update some VC file properties from ENTRIES."
|
|||
(or (null next)
|
||||
(vc-dir-fileinfo->directory (ewoc-data next)))))
|
||||
(ewoc-delete vc-ewoc crt)))
|
||||
(setq crt prev))))))
|
||||
(setq crt prev))))
|
||||
(cl-assert (null to-remove))))
|
||||
;; Update VC file properties.
|
||||
(pcase-dolist (`(,file ,state ,_extra) entries)
|
||||
(vc-file-setprop file 'vc-backend
|
||||
|
|
|
|||
Loading…
Reference in a new issue