summaryrefslogtreecommitdiff
path: root/lisp/vc-svn.el
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2008-10-27 07:21:43 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2008-10-27 07:21:43 +0000
commit13ad74578883f15b5712890c627710583ed7b2c7 (patch)
treebd8bee62e356d705cd1e93f8aaa8db1482d0129a /lisp/vc-svn.el
parent4ff029f613a6f9a4bd54bf3b3e7763c25a510045 (diff)
downloademacs-13ad74578883f15b5712890c627710583ed7b2c7.tar.gz
* vc.el: Rename VC methods that were missed when vc-status was
renamed to vc-dir. * vc-svn.el (vc-svn-dir-extra-headers): Rename from vc-svn-status-extra-headers. * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer. (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers. * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer. (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers. * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of vc-dir-status-printer. (vc-dir-headers): Use `dir-extra-headers' instead of `status-extra-headers' (vc-dir-printer): Rename from vc-dir-status-printer. (vc-default-dir-extra-headers): Rename from vc-default-status-extra-headers. * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from vc-cvs-status-extra-headers.
Diffstat (limited to 'lisp/vc-svn.el')
-rw-r--r--lisp/vc-svn.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-svn.el b/lisp/vc-svn.el
index 2dd3bb32db3..26e18d06d71 100644
--- a/lisp/vc-svn.el
+++ b/lisp/vc-svn.el
@@ -192,7 +192,7 @@ RESULT is a list of conses (FILE . STATE) for directory DIR."
(vc-exec-after
`(vc-svn-after-dir-status (quote ,callback))))
-(defun vc-svn-status-extra-headers (dir)
+(defun vc-svn-dir-extra-headers (dir)
"Generate extra status headers for a Subversion working copy."
(vc-svn-command "*vc*" 0 nil "info")
(let ((repo