diff options
| author | Paul Eggert | 1999-11-25 05:33:31 +0000 |
|---|---|---|
| committer | Paul Eggert | 1999-11-25 05:33:31 +0000 |
| commit | 0c8559bbd1761feef1cb076d620b1ce63b20b942 (patch) | |
| tree | 29a99c4da865849f654feb1ff73628dfeefeddac /src/ChangeLog | |
| parent | b844f697eb8b70bbf448ac1ae63e7302c6fadd24 (diff) | |
| download | emacs-0c8559bbd1761feef1cb076d620b1ce63b20b942.tar.gz emacs-0c8559bbd1761feef1cb076d620b1ce63b20b942.zip | |
* emacs.c (fixup_locale): Don't bother to record initial locale.
(synchronize_locale): If the desired locale is nil,
treat it as if it were the empty string,
so that we set the locale from the environment.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a9c1983a7a2..b53b9d7c24c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 1999-11-25 Paul Eggert <eggert@twinsun.com> | ||
| 2 | |||
| 3 | * emacs.c (fixup_locale): Don't bother to record initial locale. | ||
| 4 | (synchronize_locale): If the desired locale is nil, | ||
| 5 | treat it as if it were the empty string, | ||
| 6 | so that we set the locale from the environment. | ||
| 7 | |||
| 1 | 1999-11-25 Kenichi Handa <handa@etl.go.jp> | 8 | 1999-11-25 Kenichi Handa <handa@etl.go.jp> |
| 2 | 9 | ||
| 3 | * fileio.c (Finsert_file_contents): Set buffer-file-coding-system | 10 | * fileio.c (Finsert_file_contents): Set buffer-file-coding-system |