branch: elpa/magit commit d0e795f42380044d702b430b0bf36b913112dfc0 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
magit-blame-maybe-show-message: Protect against %-specs in format --- lisp/magit-blame.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/magit-blame.el b/lisp/magit-blame.el index 1e8f0ba52ba..629d9811aff 100644 --- a/lisp/magit-blame.el +++ b/lisp/magit-blame.el @@ -748,7 +748,7 @@ modes is toggled, then this mode also gets toggled automatically. orig-rev) magit-blame-cache))))) (progn (set-text-properties 0 (length msg) nil msg) - (message msg)) + (message "%S" msg)) (message "Commit data not available yet. Still blaming."))))) ;;; Commands