summaryrefslogtreecommitdiff
path: root/lisp/vc.el
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2009-07-23 05:41:24 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2009-07-23 05:41:24 +0000
commit10b5dcad4638932acad65712ef90e295367c5073 (patch)
tree8b07c14270ceed18debee4855eab3f91dc738cd5 /lisp/vc.el
parentd6a62b0d7a23e494dc8adf06ca34d5b2cfe9c319 (diff)
(vc-dir-move-to-goal-column): Declare.
Diffstat (limited to 'lisp/vc.el')
-rw-r--r--lisp/vc.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index 590787e019c..1f3ea9ddcaf 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -1184,6 +1184,8 @@ merge in the changes into your working copy."
nil t)))))
(vc-call-backend backend 'create-repo))
+(declare-function vc-dir-move-to-goal-column "vc-dir" ())
+
;;;###autoload
(defun vc-register (&optional set-revision vc-fileset comment)
"Register into a version control system.