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
f4982064
Commit
f4982064
authored
Oct 28, 2004
by
Jan Djärv
Browse files
* mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
and x-server-version in bug report.
parent
4f71c13f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/mail/emacsbug.el
lisp/mail/emacsbug.el
+3
-0
No files found.
lisp/ChangeLog
View file @
f4982064
2004-10-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
and x-server-version in bug report.
2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
* files.el (set-auto-mode-0): New function.
...
...
lisp/mail/emacsbug.el
View file @
f4982064
...
...
@@ -128,6 +128,9 @@ usually do not have translators to read other languages for them.\n\n")
(
insert
"\n\n\n"
)
(
insert
"In "
(
emacs-version
)
"\n"
)
(
if
(
fboundp
'x-server-vendor
)
(
insert
"Distributor `"
(
x-server-vendor
)
"', version "
(
mapconcat
'number-to-string
(
x-server-version
)
"."
)
"\n"
))
(
if
(
and
system-configuration-options
(
not
(
equal
system-configuration-options
""
)))
(
insert
"configured using `configure "
...
...
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