1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00

(vc-dir-move-to-goal-column): Declare.

This commit is contained in:
Dan Nicolaescu 2009-07-23 05:41:24 +00:00
parent d6a62b0d7a
commit 10b5dcad46
2 changed files with 3 additions and 0 deletions

View 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.

View 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.