# # patch "contrib/monotone.el" # from [9d7a96ba10fdbfe14cafb7845b64f5a9a7510816] # to [08e72f202432b76fa9e79ee8367ea6f602a3de5e] # --- contrib/monotone.el +++ contrib/monotone.el @@ -423,7 +423,7 @@ (interactive "P") (monotone-db-action arg "pull")) -(defun monotone-push () +(defun monotone-push (arg) "Push the DB contents to a remote server. ARG prompts." (interactive "P") (monotone-db-action arg "push"))