]> git.eshelyaron.com Git - emacs.git/commitdiff
(report-emacs-bug): After reinserting
authorRichard M. Stallman <rms@gnu.org>
Thu, 7 May 1998 06:31:31 +0000 (06:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 7 May 1998 06:31:31 +0000 (06:31 +0000)
the signature, leave point before it.

lisp/mail/emacsbug.el

index d9e0742ce755eda7231ef0c6bfa8e3599ea5daf1..7773082814f0c4897b97d53cd3c9b88c3010a4ac 100644 (file)
@@ -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")