diff options
| author | Eli Zaretskii | 2013-11-05 18:18:00 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-11-05 18:18:00 +0200 |
| commit | 375761b2435915b7b1d3bf10dbbe39b47d370177 (patch) | |
| tree | 88cde9626ac2733449a2886eb5f5b899c999e6b9 /lisp/ChangeLog | |
| parent | 80ff092b478bac8fbda4cec1e7b554a1fc98a647 (diff) | |
| download | emacs-375761b2435915b7b1d3bf10dbbe39b47d370177.tar.gz emacs-375761b2435915b7b1d3bf10dbbe39b47d370177.zip | |
Fix bug #15805 with trying to load Lisp files before load-path is populated.
lisp/startup.el (normal-top-level): Load the subdirs.el files before
setting the locale environment.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6b7f169887c..0a7442d435e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-11-05 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * startup.el (normal-top-level): Load the subdirs.el files before | ||
| 4 | setting the locale environment. (Bug#15805) | ||
| 5 | |||
| 1 | 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes | 8 | * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes |