Forgot to rename variable git-auto-push
The `gac-auto-push' variable has changed to `gac-automatically-push', `gac-after-save-func' was not informed.
This commit is contained in:
parent
02ba70f3e3
commit
fed8e9fea7
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ already have been set up."
|
|||
"Commit the changes to the current file, and when
|
||||
`gac-automatically-push' is not `nil', push."
|
||||
(gac-commit)
|
||||
(when gac-auto-push
|
||||
(when gac-automatically-push
|
||||
(gac-push)))
|
||||
|
||||
(define-minor-mode git-auto-commit-mode
|
||||
|
|
Loading…
Reference in a new issue