From 10b5dcad4638932acad65712ef90e295367c5073 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Thu, 23 Jul 2009 05:41:24 +0000 Subject: [PATCH] (vc-dir-move-to-goal-column): Declare. --- lisp/ChangeLog | 1 + lisp/vc.el | 2 ++ 2 files changed, 3 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 70b899c2f51..accbe7d1eb9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -2,6 +2,7 @@ * vc.el (vc-print-log-internal): New function, split out from ... (vc-print-log): ... here. + (vc-dir-move-to-goal-column): Declare. * vc-git.el (vc-git-add-signoff): New variable. (vc-git-checkin): Use it. 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. -- 2.39.2