From: Kenichi Handa Date: Wed, 29 Nov 2006 13:10:10 +0000 (+0000) Subject: (report-emacs-bug): Insert also the value of X-Git-Tag: emacs-pretest-23.0.90~8295^2~650 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5dae4230cf9713c150f0bab183fa9e76d34596c9;p=emacs.git (report-emacs-bug): Insert also the value of XMODIFIERS. --- diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index 84a92e30b2c..fc46e9f45c2 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el @@ -151,7 +151,7 @@ usually do not have translators to read other languages for them.\n\n") '(lambda (var) (insert (format " value of $%s: %s\n" var (getenv var)))) '("LC_ALL" "LC_COLLATE" "LC_CTYPE" "LC_MESSAGES" - "LC_MONETARY" "LC_NUMERIC" "LC_TIME" "LANG")) + "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-enable-multibyte-characters))