mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-12 09:00:40 -08:00
Don't quote lambda expressions with `quote'.
This commit is contained in:
parent
782fc81943
commit
4f91a8160f
77 changed files with 466 additions and 493 deletions
|
|
@ -227,8 +227,8 @@ usually do not have translators to read other languages for them.\n\n")
|
|||
system-configuration-options "'\n\n"))
|
||||
(insert "Important settings:\n")
|
||||
(mapc
|
||||
'(lambda (var)
|
||||
(insert (format " value of $%s: %s\n" var (getenv var))))
|
||||
(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" "XMODIFIERS"))
|
||||
(insert (format " locale-coding-system: %s\n" locale-coding-system))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue