aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2014-08-04 08:03:31 +0400
committerDmitry Antipov2014-08-04 08:03:31 +0400
commitf045dbe6a0e173eb60383199319b35835254f452 (patch)
treea612053d4da3239f5375fee38d144d9fc79291b5 /src/ChangeLog
parent8d2f19849a194934c05486e19a968d585f516fd6 (diff)
downloademacs-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/ChangeLog7
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 @@
12014-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
12014-08-03 Paul Eggert <eggert@cs.ucla.edu> 82014-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.