]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-recompute-state): Moved into vc-hooks.el.
authorAndré Spiegel <spiegel@gnu.org>
Tue, 30 Nov 2004 11:03:46 +0000 (11:03 +0000)
committerAndré Spiegel <spiegel@gnu.org>
Tue, 30 Nov 2004 11:03:46 +0000 (11:03 +0000)
lisp/vc.el

index 14209b3afed248af447dccae5d6d5362924b6c05..63e9be651d9a5e2464100cfcb289d5d3eb444a01 100644 (file)
@@ -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.