1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(vc-next-action): Update list var correctly after delete.

This commit is contained in:
Chong Yidong 2008-08-02 21:31:41 +00:00
parent 11994a111d
commit 554c98c508

View File

@ -1085,7 +1085,7 @@ merge in the changes into your working copy."
;; finishing the log entry and committing.
(not (and visited (buffer-modified-p))))
(vc-revert-file file)
(delete file ready-for-commit)))))
(setq ready-for-commit (delete file ready-for-commit))))))
;; Remaining files need to be committed
(if (not ready-for-commit)
(message "No files remain to be committed")