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:
parent
d6a62b0d7a
commit
10b5dcad46
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user