diff options
| author | Jarek Czekalski | 2013-11-05 15:12:39 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2013-11-05 15:12:39 -0500 |
| commit | 2ea0d614991d2ca8617c898c24a1ddd6e0d09f68 (patch) | |
| tree | d36ef794d255d055b624bed30793b529b2f21b23 /src/ChangeLog | |
| parent | c67c5132e9082b551350973e4b1c28bb193f9b70 (diff) | |
| download | emacs-2ea0d614991d2ca8617c898c24a1ddd6e0d09f68.tar.gz emacs-2ea0d614991d2ca8617c898c24a1ddd6e0d09f68.zip | |
* src/keyboard.c (Fdefault_error_output): New function, extracted from
cmd_error_internal.
(syms_of_keyboard): Use it for Vcommand_error_function.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e23af26f543..04eabcb26db 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,10 +1,14 @@ | |||
| 1 | 2013-11-05 Jarek Czekalski <jarekczek@poczta.onet.pl> (tiny change) | ||
| 2 | |||
| 3 | * keyboard.c: new function default-error-output which becomes | ||
| 4 | a default value for command-error-function. | ||
| 5 | |||
| 1 | 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * eval.c (handlerlist_sentinel): New variable (bug#15802). | 8 | * eval.c (handlerlist_sentinel): New variable (bug#15802). |
| 4 | (init_eval): Use it to ensure handlerlist is non-NULL. | 9 | (init_eval): Use it to ensure handlerlist is non-NULL. |
| 5 | (unwind_to_catch): Make sure we never set handlerlist to NULL. | 10 | (unwind_to_catch): Make sure we never set handlerlist to NULL. |
| 6 | (Fsignal): Adjust NULLness test of handlerlist. | 11 | (Fsignal): Adjust NULLness test of handlerlist. |
| 7 | |||
| 8 | * lisp.h (PUSH_HANDLER): Assume handlerlist is non-NULL. | 12 | * lisp.h (PUSH_HANDLER): Assume handlerlist is non-NULL. |
| 9 | 13 | ||
| 10 | 2013-11-05 Eli Zaretskii <eliz@gnu.org> | 14 | 2013-11-05 Eli Zaretskii <eliz@gnu.org> |