]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-dir-move-to-goal-column): Declare.
authorDan Nicolaescu <dann@ics.uci.edu>
Thu, 23 Jul 2009 05:41:24 +0000 (05:41 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Thu, 23 Jul 2009 05:41:24 +0000 (05:41 +0000)
lisp/ChangeLog
lisp/vc.el

index 70b899c2f51a8b0362f2071cf9cf10e274036374..accbe7d1eb9336020781addc4bf9085cd1bfc3c1 100644 (file)
@@ -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.
index 590787e019c2f72a94bd5378e17abdb9d231e550..1f3ea9ddcafe7c138cf4217140efc3a7722ce58c 100644 (file)
@@ -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.