diff options
| author | Glenn Morris | 2014-03-19 21:21:52 -0400 |
|---|---|---|
| committer | Glenn Morris | 2014-03-19 21:21:52 -0400 |
| commit | 7b9cb5448748b75a15840b7fba080cdcb341d0f7 (patch) | |
| tree | ab0fee06ab6bb8c400ddf68ba5a21c69a1b7323f /src/ChangeLog | |
| parent | f15ec1bac8671507b24e62aaea47f4796bcef267 (diff) | |
| download | emacs-7b9cb5448748b75a15840b7fba080cdcb341d0f7.tar.gz emacs-7b9cb5448748b75a15840b7fba080cdcb341d0f7.zip | |
* src/charset.c (init_charset): When we cannot find the charsets directory,
mention if EMACSDATA is set.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f7f4a5f03b2..3256a92e37a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-03-20 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * charset.c (init_charset): When we cannot find the charsets directory, | ||
| 4 | mention if EMACSDATA is set. | ||
| 5 | |||
| 1 | 2014-03-19 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2014-03-19 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | * fns.c (Frandom): Fix rare bug where the result isn't random. | 8 | * fns.c (Frandom): Fix rare bug where the result isn't random. |