1
0
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:
Glenn Morris 2013-12-17 20:03:07 -05:00
parent 33dd8e9544
commit ccc9f6dc47
2 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -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