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
bde49c44
Commit
bde49c44
authored
Jan 19, 2001
by
Eli Zaretskii
Browse files
(report-emacs-bug): Report the value of LC_CTYPE, not LC_TYPE.
parent
1519f618
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/mail/emacsbug.el
lisp/mail/emacsbug.el
+1
-1
No files found.
lisp/mail/emacsbug.el
View file @
bde49c44
...
...
@@ -113,7 +113,7 @@ translators to read other languages for them.\n\n"))
system-configuration-options
"'\n"
))
(
insert
"Important settings:\n"
)
(
insert
(
format
" value of $LC_ALL: %s\n"
(
getenv
"LC_ALL"
)))
(
insert
(
format
" value of $LC_TYPE: %s\n"
(
getenv
"LC_TYPE"
)))
(
insert
(
format
" value of $LC_
C
TYPE: %s\n"
(
getenv
"LC_
C
TYPE"
)))
(
insert
(
format
" value of $LANG: %s\n"
(
getenv
"LANG"
)))
(
insert
(
format
" locale-coding-system: %s\n"
locale-coding-system
))
(
insert
(
format
" default-enable-multibyte-characters: %s\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