summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-05-20 23:02:35 +0200
committerGravatar Tom Willemsen2012-05-20 23:02:35 +0200
commitfed8e9fea72fc4974d5d641e73eed4cb37e63187 (patch)
treeb6e6ddae59799e2993d7c45e4eb5638929014e9f
parent02ba70f3e3cd6f078d926848bf325e6860962cdb (diff)
downloadgit-auto-commit-mode-fed8e9fea72fc4974d5d641e73eed4cb37e63187.tar.gz
git-auto-commit-mode-fed8e9fea72fc4974d5d641e73eed4cb37e63187.zip
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.
-rw-r--r--git-auto-commit-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-auto-commit-mode.el b/git-auto-commit-mode.el
index 910609e..d3abdb1 100644
--- a/git-auto-commit-mode.el
+++ b/git-auto-commit-mode.el
@@ -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