comparison lisp/mail/emacsbug.el @ 35437:b7516d64c95e

(report-emacs-bug): Report the value of LC_CTYPE, not LC_TYPE.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 19 Jan 2001 17:45:03 +0000
parents 21fa311a0352
children 05a619c13dea
comparison
equal deleted inserted replaced
35436:f0f029f7b306 35437:b7516d64c95e
111 (not (equal system-configuration-options ""))) 111 (not (equal system-configuration-options "")))
112 (insert "configured using `configure " 112 (insert "configured using `configure "
113 system-configuration-options "'\n")) 113 system-configuration-options "'\n"))
114 (insert "Important settings:\n") 114 (insert "Important settings:\n")
115 (insert (format " value of $LC_ALL: %s\n" (getenv "LC_ALL"))) 115 (insert (format " value of $LC_ALL: %s\n" (getenv "LC_ALL")))
116 (insert (format " value of $LC_TYPE: %s\n" (getenv "LC_TYPE"))) 116 (insert (format " value of $LC_CTYPE: %s\n" (getenv "LC_CTYPE")))
117 (insert (format " value of $LANG: %s\n" (getenv "LANG"))) 117 (insert (format " value of $LANG: %s\n" (getenv "LANG")))
118 (insert (format " locale-coding-system: %s\n" locale-coding-system)) 118 (insert (format " locale-coding-system: %s\n" locale-coding-system))
119 (insert (format " default-enable-multibyte-characters: %s\n" 119 (insert (format " default-enable-multibyte-characters: %s\n"
120 default-enable-multibyte-characters)) 120 default-enable-multibyte-characters))
121 (insert "\n") 121 (insert "\n")