From: Francois Fleuret Date: Sun, 11 Nov 2018 20:47:05 +0000 (+0100) Subject: Update X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=elisp.git;a=commitdiff_plain;h=44ee31af3c67a477c92d749c462e5ebb92d8397f Update --- diff --git a/emacs.el b/emacs.el index 31bf00b..e9c9969 100644 --- 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) )