Skip to content

Commit 4659f11

Browse files
committed
[commit-patch-buffer.el] Change final message when amending.
1 parent 00d997e commit 4659f11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

commit-patch-buffer.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ one."
8080
;; get updated, so we do it by hand.
8181
(run-hooks 'find-file-hooks)))
8282
',visiting-buffers)
83-
(message "Patched and commited %S file(s) and reverted %S."
83+
(message "Patched and %s %S file(s) and reverted %S."
84+
(if ,amend "amended" "committed")
8485
,(length patch-files) ,(length visiting-buffers))))))
8586
(delete-file patch))))
8687
nil

0 commit comments

Comments
 (0)