mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-11 08:16:37 -04:00
vc-dir-update: Remove assertion invalid on this branch
* lisp/vc/vc-dir.el (vc-dir-update): Remove assertion invalid on the emacs-31 branch. Do not merge to master.
This commit is contained in:
parent
7b812bc38a
commit
a057a32bf9
|
|
@ -646,8 +646,7 @@ 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))))
|
||||
(cl-assert (null to-remove))))
|
||||
(setq crt prev))))))
|
||||
;; Update VC file properties.
|
||||
(pcase-dolist (`(,file ,state ,_extra) entries)
|
||||
(vc-file-setprop file 'vc-backend
|
||||
|
|
|
|||
Loading…
Reference in a new issue