diff options
| author | Dmitry Antipov | 2014-08-04 08:03:31 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2014-08-04 08:03:31 +0400 |
| commit | f045dbe6a0e173eb60383199319b35835254f452 (patch) | |
| tree | a612053d4da3239f5375fee38d144d9fc79291b5 /src/ChangeLog | |
| parent | 8d2f19849a194934c05486e19a968d585f516fd6 (diff) | |
| download | emacs-f045dbe6a0e173eb60383199319b35835254f452.tar.gz emacs-f045dbe6a0e173eb60383199319b35835254f452.zip | |
* keyboard.c (safe_run_hook_funcall): Avoid consing around
Vinhibit_quit and prefer internal_condition_case_n to pass args.
(safe_run_hooks_error, safe_run_hooks_1): Adjust accordingly.
(safe_run_hooks): Remove comment which is not relevant any more.
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 70f77f8f0cd..ab0ba1b6758 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-08-04 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * keyboard.c (safe_run_hook_funcall): Avoid consing around | ||
| 4 | Vinhibit_quit and prefer internal_condition_case_n to pass args. | ||
| 5 | (safe_run_hooks_error, safe_run_hooks_1): Adjust accordingly. | ||
| 6 | (safe_run_hooks): Remove comment which is not relevant any more. | ||
| 7 | |||
| 1 | 2014-08-03 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2014-08-03 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 9 | ||
| 3 | Don't let big frames overrun the stack. | 10 | Don't let big frames overrun the stack. |