diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2014-12-11 23:29:41 -0500 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2014-12-11 23:29:41 -0500 |
commit | be6dff68be9ad15245896b0b7868369c6e3716ac (patch) | |
tree | 43ec023798ef828e69bd5c06e4b2b87af553287b /lisp/vc/vc-src.el | |
parent | ea8b9df12e38775600e850b8a57add2cf523bde5 (diff) | |
download | emacs-be6dff68be9ad15245896b0b7868369c6e3716ac.tar.gz emacs-be6dff68be9ad15245896b0b7868369c6e3716ac.tar.bz2 emacs-be6dff68be9ad15245896b0b7868369c6e3716ac.zip |
latest-on-branch-p is no longer a public method
* vc/vc-dav.el, vc/vc-git.el, vc/vc-hg.el, vc/vc-src.el, vc/vc.el:
latest-on-branch-p is no longer a public method.
Diffstat (limited to 'lisp/vc/vc-src.el')
-rw-r--r-- | lisp/vc/vc-src.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/vc/vc-src.el b/lisp/vc/vc-src.el index 6ba8b8c809f..539437d185c 100644 --- a/lisp/vc/vc-src.el +++ b/lisp/vc/vc-src.el @@ -35,7 +35,6 @@ ;; - dir-extra-headers (dir) NOT NEEDED ;; - dir-printer (fileinfo) ?? ;; * working-revision (file) OK -;; - latest-on-branch-p (file) ?? ;; * checkout-model (files) OK ;; - mode-line-string (file) NOT NEEDED ;; STATE-CHANGING FUNCTIONS |