diff options
author | André Spiegel <spiegel@gnu.org> | 2004-11-30 11:03:46 +0000 |
---|---|---|
committer | André Spiegel <spiegel@gnu.org> | 2004-11-30 11:03:46 +0000 |
commit | 0a22636447ea63a479eac9a28819207ff364f701 (patch) | |
tree | be9006cbcb0a6cc8cba9791cfb8ddee6020ab76b /lisp/vc.el | |
parent | 588c1bf9a92f1a0433d8e528fd3f4dd8cc6abf91 (diff) | |
download | emacs-0a22636447ea63a479eac9a28819207ff364f701.tar.gz |
(vc-recompute-state): Moved into vc-hooks.el.
Diffstat (limited to 'lisp/vc.el')
-rw-r--r-- | lisp/vc.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/vc.el b/lisp/vc.el index 14209b3afed..63e9be651d9 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -1116,12 +1116,6 @@ This default implementation always returns non-nil, which means that 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. |