Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
518adca2
Commit
518adca2
authored
May 07, 1998
by
Richard M. Stallman
Browse files
(report-emacs-bug): After reinserting
the signature, leave point before it.
parent
613a39b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/mail/emacsbug.el
lisp/mail/emacsbug.el
+2
-1
No files found.
lisp/mail/emacsbug.el
View file @
518adca2
...
...
@@ -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"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment