X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=emacs.el;h=e9c9969d750214ca79e862b6e98ec40c0e029a6f;hb=44ee31af3c67a477c92d749c462e5ebb92d8397f;hp=6dc9356eef710a8234bbf6ff20e136c7a07b4365;hpb=e61bde32719843a643f003ed0e85914495adc3ee;p=elisp.git diff --git a/emacs.el b/emacs.el index 6dc9356..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 (async-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) )