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
d5a67884
Commit
d5a67884
authored
Sep 17, 1994
by
Karl Heuer
Browse files
(report-emacs-bug): Insert configuration options.
parent
74e88815
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 @
d5a67884
...
...
@@ -50,7 +50,8 @@ Prompts for bug subject. Leaves you in a mail buffer."
(
mail
nil
bug-gnu-emacs
topic
)
(
goto-char
(
point-min
))
(
re-search-forward
(
concat
"^"
(
regexp-quote
mail-header-separator
)
"\n"
))
(
insert
"In "
(
emacs-version
)
"\n\n"
)
(
insert
"In "
(
emacs-version
)
"\nconfigured using "
system-configure-options
"\n\n"
)
(
message
(
substitute-command-keys
"Type \\[mail-send-and-exit] to send bug report."
))
;; Make it less likely people will send empty messages.
(
make-local-variable
'mail-send-hook
)
...
...
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