changeset 21974:42b308d86213

(report-emacs-bug): After reinserting the signature, leave point before it.
author Richard M. Stallman <rms@gnu.org>
date Thu, 07 May 1998 06:31:31 +0000
parents f3d29552e393
children 386e14726b59
files lisp/mail/emacsbug.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/emacsbug.el	Thu May 07 05:37:59 1998 +0000
+++ b/lisp/mail/emacsbug.el	Thu May 07 06:31:31 1998 +0000
@@ -91,7 +91,8 @@
       ;; 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")