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:
Tom Willemsen 2012-05-20 23:02:35 +02:00
parent 02ba70f3e3
commit fed8e9fea7

View file

@ -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