X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=elisp.git;a=blobdiff_plain;f=emacs.el;fp=emacs.el;h=31bf00bd7239759b9ed1019959dc719d862ff61f;hp=6dc9356eef710a8234bbf6ff20e136c7a07b4365;hb=79efca71b4be5142771882f914e0cec17da54115;hpb=e61bde32719843a643f003ed0e85914495adc3ee diff --git a/emacs.el b/emacs.el index 6dc9356..31bf00b 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 (async-shell-command "git commit -a -m \"Update\"")) + (when universal (sync-shell-command "git commit -a -m \"Update\"")) (message "git pull / push ...") (async-shell-command "git pull && git push" nil) )