mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-05 11:45:45 +00:00
* lisp/mail/emacsbug.el (report-emacs-bug):
Only mention enable-multibyte-characters if non-standard.
This commit is contained in:
parent
33dd8e9544
commit
ccc9f6dc47
@ -1,3 +1,8 @@
|
||||
2013-12-18 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* mail/emacsbug.el (report-emacs-bug):
|
||||
Only mention enable-multibyte-characters if non-standard.
|
||||
|
||||
2013-12-17 Juri Linkov <juri@jurta.org>
|
||||
|
||||
* arc-mode.el (archive-extract-by-file): Check if directory exists
|
||||
|
@ -260,8 +260,11 @@ usually do not have translators for other languages.\n\n")))
|
||||
"LC_ALL" "LC_COLLATE" "LC_CTYPE" "LC_MESSAGES"
|
||||
"LC_MONETARY" "LC_NUMERIC" "LC_TIME" "LANG" "XMODIFIERS"))
|
||||
(insert (format " locale-coding-system: %s\n" locale-coding-system))
|
||||
(insert (format " default enable-multibyte-characters: %s\n"
|
||||
(default-value 'enable-multibyte-characters)))
|
||||
;; Only ~ 0.2% of people from a sample of 3200 changed this from
|
||||
;; the default, t.
|
||||
(or (default-value 'enable-multibyte-characters)
|
||||
(insert (format " default enable-multibyte-characters: %s\n"
|
||||
(default-value 'enable-multibyte-characters))))
|
||||
(insert "\n")
|
||||
(insert (format "Major mode: %s\n"
|
||||
(format-mode-line
|
||||
|
Loading…
Reference in New Issue
Block a user