changeset 104042:47d49939ab41

(vc-dir-move-to-goal-column): Declare.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 23 Jul 2009 05:41:24 +0000
parents f2d3a9b75762
children 772f278e1024
files lisp/ChangeLog lisp/vc.el
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Jul 23 05:21:34 2009 +0000
+++ b/lisp/ChangeLog	Thu Jul 23 05:41:24 2009 +0000
@@ -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.
--- a/lisp/vc.el	Thu Jul 23 05:21:34 2009 +0000
+++ b/lisp/vc.el	Thu Jul 23 05:41:24 2009 +0000
@@ -1184,6 +1184,8 @@
        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.