diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2014-12-01 09:41:54 -0500 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2014-12-01 09:41:54 -0500 |
commit | 578d91ac509a9856cf854bea75b6328cf40d1d03 (patch) | |
tree | 6b4b584ddf5e09861f0fe1c8544c5f9ba0dbebb2 /lisp/vc/vc-dav.el | |
parent | 33b4235db671a6c5644a9ce73a8901f073cb0ecc (diff) | |
download | emacs-578d91ac509a9856cf854bea75b6328cf40d1d03.tar.gz emacs-578d91ac509a9856cf854bea75b6328cf40d1d03.tar.bz2 emacs-578d91ac509a9856cf854bea75b6328cf40d1d03.zip |
Remove vc-state-heuristic from the set of public methods.
* vc/vc.el, vc-hooks.el, and all backends: API simplification;
vc-state-heuristic is no longer a public method, having been removed
where it is redundant, unnecessary, or known buggy. This eliminated
all backends except CVS. Eliminates bug#7850.
Diffstat (limited to 'lisp/vc/vc-dav.el')
-rw-r--r-- | lisp/vc/vc-dav.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/vc/vc-dav.el b/lisp/vc/vc-dav.el index e6ab771ed81..dd1841df401 100644 --- a/lisp/vc/vc-dav.el +++ b/lisp/vc/vc-dav.el @@ -133,10 +133,6 @@ It should return a status of either 0 (no differences found), or ;;; Optional functions -;; Should be faster than vc-dav-state - but how? -(defun vc-dav-state-heuristic (url) - "Estimate the version control state of URL at visiting time." - (vc-dav-state url)) ;; This should use url-dav-get-properties with a depth of `1' to get ;; all the properties. |