From fed8e9fea72fc4974d5d641e73eed4cb37e63187 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 20 May 2012 23:02:35 +0200 Subject: 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. --- git-auto-commit-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf