Update
[elisp.git] / emacs.el
index 31bf00b..e9c9969 100644 (file)
--- a/emacs.el
+++ b/emacs.el
@@ -1223,7 +1223,7 @@ goback argument, go back where we were."
 (load "vc-git")
 
 (defun ff/git-pull-push (universal) (interactive "P")
-       (when universal (sync-shell-command "git commit -a -m \"Update\""))
+       (when universal (shell-command "git commit -a -m \"Update\"" nil))
        (message "git pull / push ...")
        (async-shell-command "git pull && git push" nil)
        )