diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mail/emacsbug.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index 6a3c98746b9..d524b26f1b9 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el @@ -519,7 +519,7 @@ Message buffer where you can explain more about the patch." (add-hook 'message-send-hook (lambda () (message-goto-body) - (insert "Tags: patch\nthanks\n\n")) + (insert "Tags: patch\n\n")) nil t) (message-add-action (lambda () |