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
9656d87b
Commit
9656d87b
authored
Oct 09, 2009
by
Glenn Morris
Browse files
(report-emacs-bug): Also print `features'.
parent
e6227f06
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/mail/emacsbug.el
lisp/mail/emacsbug.el
+3
-2
No files found.
lisp/ChangeLog
View file @
9656d87b
2009-10-09 Glenn Morris <rgm@gnu.org>
* mail/emacsbug.el (report-emacs-bug): Also print `features'.
2009-10-09 Karl Fogel <kfogel@red-bean.com>
* bookmark.el (bookmark-jump): Add new `display-func' parameter.
...
...
lisp/mail/emacsbug.el
View file @
9656d87b
...
...
@@ -218,8 +218,9 @@ usually do not have translators to read other languages for them.\n\n")
(
insert
(
if
(
zerop
(
length
shadows
))
"None found.\n"
shadows
)))
;; This is so the user has to type something
;; in order to send easily.
(
insert
(
format
"\nFeatures:\n%s\n"
features
))
(
fill-region
(
line-beginning-position
0
)
(
point
))
;; This is so the user has to type something in order to send easily.
(
use-local-map
(
nconc
(
make-sparse-keymap
)
(
current-local-map
)))
(
define-key
(
current-local-map
)
"\C-c\C-i"
'report-emacs-bug-info
)
(
unless
report-emacs-bug-no-explanations
...
...
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