diff options
| author | Paul Eggert | 2016-01-30 11:43:26 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-01-30 11:43:26 -0800 |
| commit | cb4e054e41cdb7e398351a5ae8224759e721349e (patch) | |
| tree | ae2bec4f10425bd61e2a90563edc178d382bb4b8 /src/emacs.c | |
| parent | e6d575316a42946aac6d83c9587f09afd1a59d98 (diff) | |
| parent | 60902756b0d794b16b9c1c67c4c40a3ac04d1c1b (diff) | |
| download | emacs-cb4e054e41cdb7e398351a5ae8224759e721349e.tar.gz emacs-cb4e054e41cdb7e398351a5ae8224759e721349e.zip | |
-
Diffstat (limited to 'src/emacs.c')
| -rw-r--r-- | src/emacs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index f661196313f..7c818f59c5c 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -2191,7 +2191,7 @@ synchronize_locale (int category, Lisp_Object *plocale, Lisp_Object desired_loca | |||
| 2191 | { | 2191 | { |
| 2192 | *plocale = desired_locale; | 2192 | *plocale = desired_locale; |
| 2193 | #ifdef WINDOWSNT | 2193 | #ifdef WINDOWSNT |
| 2194 | /* Changing categories like LC_TIME usually requires to specify | 2194 | /* Changing categories like LC_TIME usually requires specifying |
| 2195 | an encoding suitable for the new locale, but MS-Windows's | 2195 | an encoding suitable for the new locale, but MS-Windows's |
| 2196 | 'setlocale' will only switch the encoding when LC_ALL is | 2196 | 'setlocale' will only switch the encoding when LC_ALL is |
| 2197 | specified. So we ignore CATEGORY, use LC_ALL instead, and | 2197 | specified. So we ignore CATEGORY, use LC_ALL instead, and |