From 518adca24d8cde9589c59400353554ec5727504c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 7 May 1998 06:31:31 +0000 Subject: [PATCH] (report-emacs-bug): After reinserting the signature, leave point before it. --- lisp/mail/emacsbug.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index d9e0742ce75..7773082814f 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el @@ -91,7 +91,8 @@ Prompts for bug subject. Leaves you in a mail buffer." ;; Discourage users to write non-English text. (set-buffer-multibyte nil) (delete-region (point) (point-max)) - (insert signature)) + (insert signature) + (backward-char (length signature))) (unless report-emacs-bug-no-explanations ;; Insert warnings for novice users. (insert "This bug report will be sent to the Free Software Foundation,\n") -- 2.39.2