diff options
| author | Juri Linkov | 2014-07-08 12:17:09 +0300 |
|---|---|---|
| committer | Juri Linkov | 2014-07-08 12:17:09 +0300 |
| commit | 7acd41f38f21b03dd73256e7ef5a7db2c733df00 (patch) | |
| tree | 879ab25f3f79ef607310b1406af6f30713e0e668 /lisp/ChangeLog | |
| parent | 6dc311adc3908257011bd9d21426a5d4d92616eb (diff) | |
| download | emacs-7acd41f38f21b03dd73256e7ef5a7db2c733df00.tar.gz emacs-7acd41f38f21b03dd73256e7ef5a7db2c733df00.zip | |
* lisp/startup.el (command-line): Append displaying the warning about
the errors in the init file to the end of `after-init-hook'.
Fixes: debbugs:17927
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d346ac65def..13cb52acc1c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2014-07-08 Juri Linkov <juri@jurta.org> | 1 | 2014-07-08 Juri Linkov <juri@jurta.org> |
| 2 | 2 | ||
| 3 | * startup.el (command-line): Append displaying the warning about | ||
| 4 | the errors in the init file to the end of `after-init-hook'. | ||
| 5 | (Bug#17927) | ||
| 6 | |||
| 7 | 2014-07-08 Juri Linkov <juri@jurta.org> | ||
| 8 | |||
| 3 | * faces.el (face-name): Return input arg `face' as is | 9 | * faces.el (face-name): Return input arg `face' as is |
| 4 | when it's not a symbol. | 10 | when it's not a symbol. |
| 5 | (x-resolve-font-name): Don't check if the face is a symbol. | 11 | (x-resolve-font-name): Don't check if the face is a symbol. |