branch: elpa/magit commit 2e013df5ed069b0dbee6c12b1dc15af7544a4a03 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
git-rebase--insert-descriptions: Consistently use comment-start Closes #5388. --- lisp/git-rebase.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/git-rebase.el b/lisp/git-rebase.el index e033b2b5d5..486b042240 100644 --- a/lisp/git-rebase.el +++ b/lisp/git-rebase.el @@ -888,7 +888,7 @@ except for the \"pick\" command." comment-start (string-pad (substitute-command-keys (format "\\[%s]" cmd)) 8) - desc)))) + (replace-regexp-in-string "#" comment-start desc))))) (add-hook 'git-rebase-mode-hook #'git-rebase-mode-show-keybindings t)