Mercurial > emacs
changeset 58642:0bc7c34870e9
(vc-recompute-state): Moved into vc-hooks.el.
author | André Spiegel <spiegel@gnu.org> |
---|---|
date | Tue, 30 Nov 2004 11:03:46 +0000 |
parents | 6eccfc449b0e |
children | 00d11ec2f846 |
files | lisp/vc.el |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc.el Tue Nov 30 11:03:09 2004 +0000 +++ b/lisp/vc.el Tue Nov 30 11:03:46 2004 +0000 @@ -1116,12 +1116,6 @@ editing non-current versions is not supported by default." t) -(defun vc-recompute-state (file) - "Force a recomputation of the version control state of FILE. -The state is computed using the exact, and possibly expensive -function `vc-BACKEND-state', not the heuristic." - (vc-file-setprop file 'vc-state (vc-call state file))) - (defun vc-next-action-on-file (file verbose &optional comment) "Do The Right Thing for a given FILE under version control. If COMMENT is specified, it will be used as an admin or checkin comment.